Skip to content

Commit 76035df

Browse files
authored
Update make.jl
1 parent fb5283f commit 76035df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(Indicomb, :DocTestSetup, :(using Indicomb); recursive=true)
66
makedocs(;
77
modules=[Indicomb],
88
authors="Jerry Ling <proton@jling.dev> and contributors",
9-
repo="https://github.com/Jerry Ling/Indicomb.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/Moelf/Indicomb.jl/blob/{commit}{path}#{line}",
1010
sitename="Indicomb.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://Jerry Ling.github.io/Indicomb.jl",
13+
canonical="https://Moelf.github.io/Indicomb.jl",
1414
assets=String[],
1515
),
1616
pages=[
@@ -19,5 +19,5 @@ makedocs(;
1919
)
2020

2121
deploydocs(;
22-
repo="github.com/Jerry Ling/Indicomb.jl",
22+
repo="github.com/Moelf/Indicomb.jl",
2323
)

0 commit comments

Comments
 (0)