Skip to content

Commit ef4fd49

Browse files
Merge pull request #818 from abhro/patch-1
Add explicit `@ref` link in dae_example.md
2 parents 1e2cc82 + c9d268a commit ef4fd49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/dae_example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ sol_check = DE.solve(prob, Sundials.IDA(), initializealg = DiffEqBase.CheckInit(
165165
```
166166

167167
For more details on DAE initialization options, see the
168-
[DAE Initialization documentation](@ref).
168+
[DAE Initialization documentation](@ref dae_initialization).
169169

170170
In order to clearly see all the features of this solution, it should be plotted
171171
on a logarithmic scale. We'll also plot each on a different subplot, to allow

0 commit comments

Comments
 (0)