Skip to content

Commit 42734d4

Browse files
committed
Add missing link
1 parent 20236e4 commit 42734d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorials/Systems and Control/julia_set.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function in_set(x, c, m=2000)
3939
end
4040

4141
# To sort of minimize a level set of a polynomial we minimize integral of that polynomial.
42-
# We borrow the following from https://doi.org/10.1080/00029890.2001.11919774
42+
# We borrow the following from [here](https://doi.org/10.1080/00029890.2001.11919774).
4343

4444
using SpecialFunctions
4545
using DynamicPolynomials

0 commit comments

Comments
 (0)