summaryrefslogtreecommitdiffstats
path: root/qmake/doc/snippets/qmake/comments.pro
diff options
context:
space:
mode:
Diffstat (limited to 'qmake/doc/snippets/qmake/comments.pro')
-rw-r--r--qmake/doc/snippets/qmake/comments.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/qmake/doc/snippets/qmake/comments.pro b/qmake/doc/snippets/qmake/comments.pro
index 957052c81d..9fa85aa6f3 100644
--- a/qmake/doc/snippets/qmake/comments.pro
+++ b/qmake/doc/snippets/qmake/comments.pro
@@ -5,6 +5,6 @@
#! [1]
# To include a literal hash character, use the $$LITERAL_HASH variable:
-urlPieces = http://qt-project.org/doc/qt-5.0/qtgui/qtextdocument.html pageCount
+urlPieces = http://doc.qt.io/qt-5/qtextdocument.html pageCount
message($$join(urlPieces, $$LITERAL_HASH))
#! [1]