diff --git a/src/plugins/welcome/communitywelcomepagewidget.cpp b/src/plugins/welcome/communitywelcomepagewidget.cpp
index 8a6bf073e7b8b9e9e84366421b1638329ba443c1..725df177202bf69d9e5cc99b494fab8ad14d1612 100644
--- a/src/plugins/welcome/communitywelcomepagewidget.cpp
+++ b/src/plugins/welcome/communitywelcomepagewidget.cpp
@@ -44,14 +44,14 @@ struct Site {
 
 static const Site supportSites[] = {
     { QT_TRANSLATE_NOOP("Welcome::Internal::CommunityWelcomePageWidget",
-                        "<b>Forum Nokia</b><br /><font color='gray'>Mobile Application Support</font>"),
+                        "<b>Forum Nokia</b><br /><font color='gray'>Mobile application support</font>"),
       "http://www.forum.nokia.com/I_Want_To/Develop_Mobile_Applications/Technical_Support/"},
     { QT_TRANSLATE_NOOP("Welcome::Internal::CommunityWelcomePageWidget",
                         "<b>Qt LGPL Support</b><br /><font color='gray'>Buy commercial Qt support</font>"),
       "http://shop.qt.nokia.com/en/support.html"},
     { QT_TRANSLATE_NOOP("Welcome::Internal::CommunityWelcomePageWidget",
-                        "<b>Qt Centre</b><br /><font color='gray'>Community based Qt support</font>"),
-      "http://www.qtcentre.org" }
+                        "<b>Qt DevNet</b><br /><font color='gray'>Qt Developer Resources</font>"),
+      "http://developer.qt.nokia.com" }
 };
 
 static const Site sites[] = {