summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/threads/doc/src/mandelbrot.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/doc/src/mandelbrot.qdoc b/examples/threads/doc/src/mandelbrot.qdoc
index 8ef8d0b01a..02da084810 100644
--- a/examples/threads/doc/src/mandelbrot.qdoc
+++ b/examples/threads/doc/src/mandelbrot.qdoc
@@ -37,7 +37,7 @@
The heavy computation here is the Mandelbrot set, probably the
world's most famous fractal. These days, while sophisticated
- programs such as \l{XaoS} that provide real-time zooming in the
+ programs such as \l{http://xaos.sourceforge.net/}{XaoS} that provide real-time zooming in the
Mandelbrot set, the standard Mandelbrot algorithm is just slow
enough for our purposes.