summaryrefslogtreecommitdiff
path: root/doc/src/examples/syntaxhighlighter.qdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/src/examples/syntaxhighlighter.qdoc')
-rw-r--r--doc/src/examples/syntaxhighlighter.qdoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/examples/syntaxhighlighter.qdoc b/doc/src/examples/syntaxhighlighter.qdoc
index 645b268206..808561aa1e 100644
--- a/doc/src/examples/syntaxhighlighter.qdoc
+++ b/doc/src/examples/syntaxhighlighter.qdoc
@@ -245,7 +245,7 @@
It is possible to implement parenthesis matching with
QSyntaxHighlighter. The "Matching Parentheses with
QSyntaxHighlighter" article in Qt Quarterly 31
- (\l{http://doc.qt.nokia.com/qq/}) implements this. We also have
+ (\l{http://doc.qt.digia.com/qq/}) implements this. We also have
the \l{Code Editor Example}, which shows how to implement line
numbers and how to highlight the current line.