Skip to content

Commit b1714c4

Browse files
Update canonical link in the make.jl file
See here: https://juliadocs.github.io/Documenter.jl/stable/lib/internals/writers/#Documenter.Writers.HTMLWriter this was previously wrong.
1 parent a0d9ec1 commit b1714c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/make.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using GeometricFlux
44
makedocs(
55
sitename = "GeometricFlux.jl",
66
format = Documenter.HTML(
7-
canonical = "https://yuehhua.github.io/GeometricFlux.jl/stable/",
7+
canonical = "https://fluxml.ai/GeometricFlux.jl/stable/",
88
analytics = "G-M61P0B2Y8E",
99
),
1010
clean = false,

0 commit comments

Comments
 (0)