diff --git a/docs/make.jl b/docs/make.jl index 83aaf32..216a262 100644 --- a/docs/make.jl +++ b/docs/make.jl @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(MakieDraw, :DocTestSetup, :(using MakieDraw); recursive=true makedocs(; modules=[MakieDraw], authors="Rafael Schouten ", - repo="https://github.com/rafaqz/MakieDraw.jl/blob/{commit}{path}#{line}", + repo="https://github.com/MakieOrg/MakieDraw.jl/blob/{commit}{path}#{line}", sitename="MakieDraw.jl", format=Documenter.HTML(; prettyurls=get(ENV, "CI", "false") == "true", - canonical="https://rafaqz.github.io/MakieDraw.jl", + canonical="https://MakieOrg.github.io/MakieDraw.jl", edit_link="main", assets=String[], ), @@ -20,6 +20,6 @@ makedocs(; ) deploydocs(; - repo="github.com/rafaqz/MakieDraw.jl", + repo="github.com/MakieOrg/MakieDraw.jl", devbranch="main", )