summaryrefslogtreecommitdiff
path: root/doc/src/examples/codeeditor.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/codeeditor.qdoc')
-rw-r--r--doc/src/examples/codeeditor.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/codeeditor.qdoc b/doc/src/examples/codeeditor.qdoc
index 48f707f115..ec079ff1f1 100644
--- a/doc/src/examples/codeeditor.qdoc
+++ b/doc/src/examples/codeeditor.qdoc
@@ -192,7 +192,7 @@
fetched with QTextBlock::userData(). Matching parentheses can be
highlighted with an extra selection. The "Matching Parentheses
with QSyntaxHighlighter" article in Qt Quarterly 31 implements
- this. You find it here: \l{http://doc.qt.nokia.com/qq/}.
+ this. You find it here: \l{http://doc.qt.digia.com/qq/}.
The line number area is now painted every time the cursor blinks
(because we connect \l{QPlainTextEdit::}{updateRequest()} to