Skip to content

Commit f021e79

Browse files
Update make.jl
1 parent ef4a188 commit f021e79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/make.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ include("pages.jl")
2525
bib = CitationBibliography(joinpath(@__DIR__, "src", "refs.bib"))
2626

2727
interlinks = InterLinks(
28-
"ADTypes" => "https://sciml.github.io/ADTypes.jl/stable/",
29-
"LineSearch" => "https://sciml.github.io/LineSearch.jl/dev/"
28+
"ADTypes" => "https://docs.sciml.ai/ADTypes/dev/",
29+
"LineSearch" => "https://docs.sciml.ai/LineSearch/dev/"
3030
)
3131

3232
makedocs(;

0 commit comments

Comments
 (0)