Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8563dd8

Browse files
committed
Fix link in doc
1 parent af7beaa commit 8563dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/showcase/mandelbrot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ def mandelbrot_set(xmin, xmax, ymin, ymax, xn, yn, maxiter, horizon=2.0):
4242

4343
# Normalized recount as explained in:
4444
# https://linas.org/art-gallery/escape/smooth.html
45-
# https://www.ibm.com/developerworks/community/blogs/jfp/entry/My_Christmas_Gift
45+
# https://web.archive.org/web/20160331171238/https://www.ibm.com/developerworks/community/blogs/jfp/entry/My_Christmas_Gift?lang=en
4646

4747
# This line will generate warnings for null values but it is faster to
4848
# process them afterwards using the nan_to_num

0 commit comments

Comments
 (0)