aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-03-04 23:00:59 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-03-05 07:07:28 +0000
commit65516b7f6cebcbce0db475d08f00f432b0f90c3b (patch)
treeaa8d107cdda2d5f4af260100bc797ac16c0b6abf /tests/testapplications
parentea70dd579522667e1ba2ffa7f6a39faa13857a72 (diff)
Doc: Replace qt-project.org/doc with doc.qt.io
Change-Id: Ib693ac8d48ab943a3c26a49ab4fca91f0c5f0b0e Reviewed-by: Simon Hausmann <simon.hausmann@theqtcompany.com>
Diffstat (limited to 'tests/testapplications')
-rw-r--r--tests/testapplications/text/textedit.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testapplications/text/textedit.qml b/tests/testapplications/text/textedit.qml
index 4a1174081f..a42ca447d5 100644
--- a/tests/testapplications/text/textedit.qml
+++ b/tests/testapplications/text/textedit.qml
@@ -136,7 +136,7 @@ Rectangle {
"and a language runtime. "+
"A collection of C++ APIs is used to integrate these high level features with classic Qt applications."});
textmodel.append({ "name": "Links",
- "value": "This is a link - <a href=\"http://qt-project.org/doc\">Qt Docs</a>"});
+ "value": "This is a link - <a href=\"http://doc.qt.io/\">Qt Docs</a>"});
}
}
ControlView {