Skip to content

Commit a963031

Browse files
committed
Change docs deployment link
1 parent a0a3c49 commit a963031

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/make.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ using Documenter
55

66
makedocs(;
77
modules=[JudiLing],
8-
authors="Xuefeng Luo",
9-
repo="https://github.com/MegamindHenry/JudiLing.jl/blob/{commit}{path}#L{line}",
8+
authors="Xuefeng Luo, Maria Heitmeier",
9+
repo="https://github.com/quantling/JudiLing.jl/blob/{commit}{path}#L{line}",
1010
sitename="JudiLing.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://MegamindHenry.github.io/JudiLing.jl",
13+
canonical="https://quantling.github.io/JudiLing.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -39,5 +39,5 @@ makedocs(;
3939
)
4040

4141
deploydocs(;
42-
repo="github.com/MegamindHenry/JudiLing.jl",
42+
repo="github.com/quantling/JudiLing.jl",
4343
)

0 commit comments

Comments
 (0)