Skip to content

Commit

Permalink
change urls in docs/make.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
t-bltg authored Oct 13, 2024
1 parent f7ed0f7 commit 27d0c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,15 @@ end
# ----------------------------------------------------------------------

edit_url(args...) =
"https://github.com/JuliaPlots/PlotDocs.jl/blob/master/docs/" * if length(args) == 0
"https://github.com/JuliaPlots/Plots.jl/blob/master/docs/" * if length(args) == 0
"make.jl"
else
joinpath("src", args...)
end

autogenerated() = "(Automatically generated: " * Dates.format(now(), RFC1123Format) * ')'

author() = "[PlotDocs.jl](https://github.com/JuliaPlots/PlotDocs.jl)"
author() = "[Plots.jl](https://github.com/JuliaPlots/Plots.jl)"

recursive_rmlines(x) = x
function recursive_rmlines(x::Expr)
Expand Down

0 comments on commit 27d0c52

Please sign in to comment.