Skip to content
This repository was archived by the owner on Sep 28, 2024. It is now read-only.

Commit 3be1b7e

Browse files
committed
Fix links for Documenter
1 parent 719d124 commit 3be1b7e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/make.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ DocMeta.setdocmeta!(NeuralOperators, :DocTestSetup, :(using NeuralOperators); re
66
makedocs(;
77
modules=[NeuralOperators],
88
authors="JingYu Ning <[email protected]> and contributors",
9-
repo="https://github.com/foldfelis/NeuralOperators.jl/blob/{commit}{path}#{line}",
9+
repo="https://github.com/SciML/NeuralOperators.jl/blob/{commit}{path}#{line}",
1010
sitename="NeuralOperators.jl",
1111
format=Documenter.HTML(;
1212
prettyurls=get(ENV, "CI", "false") == "true",
13-
canonical="https://foldfelis.github.io/NeuralOperators.jl",
13+
canonical="http://neuraloperators.sciml.ai",
1414
assets=String[],
1515
),
1616
pages=[
@@ -20,5 +20,5 @@ makedocs(;
2020
)
2121

2222
deploydocs(;
23-
repo="github.com/foldfelis/NeuralOperators.jl",
23+
repo="github.com/SciML/NeuralOperators.jl",
2424
)

0 commit comments

Comments
 (0)