summaryrefslogtreecommitdiffstats
path: root/qmake/doc
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-13 15:11:16 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-16 09:06:39 +0000
commit0d963e81da4e926365ab58c8a76cafa77b935cc4 (patch)
treeeff256d3ed646c119f3c9fe5516beeebde50187b /qmake/doc
parent6aac5c5cf36fef62431b98d813803dfdc0a6b475 (diff)
qmake: Replace qt-project.org/doc with doc.qt.io
Change-Id: I503e4e4c50a147cc1d81019228593f502132f28a Reviewed-by: Martin Smith <martin.smith@digia.com> Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'qmake/doc')
-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]