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>
bb10
Nico Vertriest 2012-12-12 12:22:42 +01:00 committed by The Qt Project
parent 0e4c41b7a3
commit 1ac5d97800
1 changed files with 1 additions and 1 deletions

View File

@ -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.