Skip to content

Commit 1ad379d

Browse files
Update make.jl
1 parent 673c88c commit 1ad379d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/make.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,8 @@ makedocs(
120120
"https://github.com/SciML/ColPrac/blob/master/README.md",
121121
"https://github.com/SciML/DiffEqDevTools.jl/blob/master/src/ode_tableaus.jl",
122122
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/BVProblemLibrary/src/BVProblemLibrary.jl",
123-
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl"
123+
"https://github.com/SciML/DiffEqProblemLibrary.jl/blob/master/lib/DDEProblemLibrary/src/DDEProblemLibrary.jl",
124+
"https://docs.sciml.ai/DiffEqDocs/stable/features/dae_initialization/"
124125
],
125126
doctest = false, clean = true,
126127
warnonly = [:missing_docs, :docs_block],

0 commit comments

Comments
 (0)