Skip to content

Commit

Permalink
use MakieOrg github url
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz authored Apr 20, 2024
1 parent 4cd0ec6 commit ace2370
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ DocMeta.setdocmeta!(MakieDraw, :DocTestSetup, :(using MakieDraw); recursive=true
makedocs(;
modules=[MakieDraw],
authors="Rafael Schouten <[email protected]>",
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[],
),
Expand All @@ -20,6 +20,6 @@ makedocs(;
)

deploydocs(;
repo="github.com/rafaqz/MakieDraw.jl",
repo="github.com/MakieOrg/MakieDraw.jl",
devbranch="main",
)

0 comments on commit ace2370

Please sign in to comment.