summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Vertriest <nico.vertriest@digia.com>2012-12-12 12:22:42 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-12-14 15:07:33 +0100
commit1ac5d97800ffa7441b3a5df220e0334aab557c10 (patch)
tree5ac6c023ae696ad1d67918d4c2ec6a99e06ddfb7
parent0e4c41b7a3e7d3e2cf2d1ef6d936a9458d0f9528 (diff)
Entered hardcoded url to XaoS as a workaround
Symbel from external-resource.qdoc not working, so replace it with the url. Corrected in mandelbrot.qdoc Task-number : QTBUG-27512 Change-Id: Ibf54bf707deb73f1cf22d347839dcd347382ecd9 Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
-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.