We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef4a188 commit f021e79Copy full SHA for f021e79
docs/make.jl
@@ -25,8 +25,8 @@ include("pages.jl")
25
bib = CitationBibliography(joinpath(@__DIR__, "src", "refs.bib"))
26
27
interlinks = InterLinks(
28
- "ADTypes" => "https://sciml.github.io/ADTypes.jl/stable/",
29
- "LineSearch" => "https://sciml.github.io/LineSearch.jl/dev/"
+ "ADTypes" => "https://docs.sciml.ai/ADTypes/dev/",
+ "LineSearch" => "https://docs.sciml.ai/LineSearch/dev/"
30
)
31
32
makedocs(;
0 commit comments