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>
This commit is contained in:
Andreas Eliasson 2022-12-28 13:11:14 +01:00 committed by Qt Cherry-pick Bot
parent 0c0ba0cff0
commit 3c929d9618

View File

@ -13,11 +13,11 @@
\image mandelbrot-example.png Screenshot of the Mandelbrot example \image mandelbrot-example.png Screenshot of the Mandelbrot example
The heavy computation here is the Mandelbrot set, probably the The heavy computation here is the Mandelbrot set, probably the world's most
world's most famous fractal. These days, while sophisticated famous fractal. These days, while sophisticated programs, such as
programs such as \l{http://matek.hu/xaos/doku.php}{XaoS} that provide real-time zooming in the \l{https://xaos-project.github.io/}{XaoS}, provide real-time zooming in
Mandelbrot set, the standard Mandelbrot algorithm is just slow the Mandelbrot set, the standard Mandelbrot algorithm is just slow enough
enough for our purposes. for our purposes.
In real life, the approach described here is applicable to a In real life, the approach described here is applicable to a
large set of problems, including synchronous network I/O and large set of problems, including synchronous network I/O and