summaryrefslogtreecommitdiffstats
path: root/examples/threads/doc/src/semaphores.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/threads/doc/src/semaphores.qdoc')
-rw-r--r--examples/threads/doc/src/semaphores.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/threads/doc/src/semaphores.qdoc b/examples/threads/doc/src/semaphores.qdoc
index 494ed7592a..e90045f824 100644
--- a/examples/threads/doc/src/semaphores.qdoc
+++ b/examples/threads/doc/src/semaphores.qdoc
@@ -54,7 +54,7 @@
An alternative to using QSemaphore to solve the producer-consumer
problem is to use QWaitCondition and QMutex. This is what the
- \l{threads/waitconditions}{Wait Conditions} example does.
+ \l{Wait Conditions Example} does.
\section1 Global Variables