aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSze Howe Koh <szehowe.koh@gmail.com>2013-04-24 22:20:30 +0800
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-04-24 19:26:37 +0200
commit20d33b96acf95fc1e162c4e8ed00d4b0b20806d9 (patch)
tree67f6cb407ba1ed4fc18926cd843864a985f51226 /tests
parent73d8bcda7d1b4317f38d8a2844294601325915aa (diff)
Doc: Replace some references to Nokia
Link to internal QDoc pages, or to qt-project.org Change-Id: I5d9adae711213873ab57ccfc5bb2d8f74cf5689b Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
Diffstat (limited to 'tests')
-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 e0d7dbdde4..6546abfe91 100644
--- a/tests/testapplications/text/textedit.qml
+++ b/tests/testapplications/text/textedit.qml
@@ -144,7 +144,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://doc.qt.nokia.com\">Qt Docs</a>"});
+ "value": "This is a link - <a href=\"http://qt-project.org/doc\">Qt Docs</a>"});
}
}
ControlView {