aboutsummaryrefslogtreecommitdiffstats
path: root/tests/testapplications
diff options
context:
space:
mode:
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 {