diff --git a/docs/make.jl b/docs/make.jl index 523334efb..431928a60 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -57,7 +57,7 @@ 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...) @@ -65,7 +65,7 @@ edit_url(args...) = 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)