Skip to content

Commit 4e7f14b

Browse files
committed
Add Markdown link syntax to URL in docstring
1 parent ff826a3 commit 4e7f14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/DAEProblemLibrary/src/DAEProblemLibrary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ f(t, y)=\begin{pmatrix}
100100
```
101101
102102
## Reference
103-
DAE testset: https://archimede.uniba.it/~testset/problems/transamp.php
103+
DAE testset: <https://archimede.uniba.it/~testset/problems/transamp.php>
104104
"""
105105
prob_dae_transamp = DAEProblem(transamp, du0, u0, (0.0, 0.2))
106106

0 commit comments

Comments
 (0)