summaryrefslogtreecommitdiffstats
path: root/demos/qtdemo
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-08 22:07:58 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-09 08:54:42 +0100
commit60666017530dc981b3908e3e572269cb5a3019ed (patch)
tree2c82884738c155c6a4103eb84e2871996894ff30 /demos/qtdemo
parent95a857c2d3212c0a19aefd11ff960df56d413acc (diff)
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81 Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com> Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'demos/qtdemo')
-rw-r--r--demos/qtdemo/qmlShell.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/qtdemo/qmlShell.qml b/demos/qtdemo/qmlShell.qml
index 7df2206f8d..6987d0cb19 100644
--- a/demos/qtdemo/qmlShell.qml
+++ b/demos/qtdemo/qmlShell.qml
@@ -134,7 +134,7 @@ Item {
//Note that if loader is Error, it is because the file was found but there was an error creating the component
//This means either we have a bug in our demos, or the required modules (which ship with Qt) did not deploy correctly
text: "The example has failed to load.<br />If you installed all Qt's C++ and QML modules then this is a bug!<br />"
- + 'Report it at <a href="http://bugreports.qt.nokia.com">http://bugreports.qt.nokia.com</a>';
+ + 'Report it at <a href="http://bugreports.qt-project.org">http://bugreports.qt-project.org</a>';
onLinkActivated: Qt.openUrlExternally(link);
}
}