summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorAndreas Eliasson <andreas.eliasson@qt.io>2022-12-28 13:11:14 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-02-02 05:01:09 +0000
commit3c929d961828d10e910eb33fc91d42cb0e65fb1f (patch)
treeb5888ffe0fc4eff1a62b9a0adabc1dedec9d6c26 /examples
parent0c0ba0cff0434035d188974da7d1adb108b18cfc (diff)
downloadqtbase-3c929d961828d10e910eb33fc91d42cb0e65fb1f.tar.gz
Doc: Fix broken link
Also, adjust line length to be < 80 columns and make link parenthetical. Fixes: QTBUG-107026 Change-Id: I5f7efa5d572103a6fb432d79a52a57363efd9dd7 Reviewed-by: Andreas Eliasson <andreas.eliasson@qt.io> (cherry picked from commit b556d6227f848d42a10d4f0fc5424bd094e56288) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples')
-rw-r--r--examples/corelib/threads/doc/src/mandelbrot.qdoc10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/corelib/threads/doc/src/mandelbrot.qdoc b/examples/corelib/threads/doc/src/mandelbrot.qdoc
index b8a5930d8c..23633e17dc 100644
--- a/examples/corelib/threads/doc/src/mandelbrot.qdoc
+++ b/examples/corelib/threads/doc/src/mandelbrot.qdoc
@@ -13,11 +13,11 @@
\image mandelbrot-example.png Screenshot of the Mandelbrot example
- The heavy computation here is the Mandelbrot set, probably the
- world's most famous fractal. These days, while sophisticated
- programs such as \l{http://matek.hu/xaos/doku.php}{XaoS} that provide real-time zooming in the
- Mandelbrot set, the standard Mandelbrot algorithm is just slow
- enough for our purposes.
+ The heavy computation here is the Mandelbrot set, probably the world's most
+ famous fractal. These days, while sophisticated programs, such as
+ \l{https://xaos-project.github.io/}{XaoS}, provide real-time zooming in
+ the Mandelbrot set, the standard Mandelbrot algorithm is just slow enough
+ for our purposes.
In real life, the approach described here is applicable to a
large set of problems, including synchronous network I/O and