Skip to content

Commit

Permalink
Change docs deployment link
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaHei committed Jun 13, 2024
1 parent a0a3c49 commit a963031
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ using Documenter

makedocs(;
modules=[JudiLing],
authors="Xuefeng Luo",
repo="https://github.com/MegamindHenry/JudiLing.jl/blob/{commit}{path}#L{line}",
authors="Xuefeng Luo, Maria Heitmeier",
repo="https://github.com/quantling/JudiLing.jl/blob/{commit}{path}#L{line}",
sitename="JudiLing.jl",
format=Documenter.HTML(;
prettyurls=get(ENV, "CI", "false") == "true",
canonical="https://MegamindHenry.github.io/JudiLing.jl",
canonical="https://quantling.github.io/JudiLing.jl",
assets=String[],
),
pages=[
Expand Down Expand Up @@ -39,5 +39,5 @@ makedocs(;
)

deploydocs(;
repo="github.com/MegamindHenry/JudiLing.jl",
repo="github.com/quantling/JudiLing.jl",
)

0 comments on commit a963031

Please sign in to comment.