summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSergio Ahumada <sahumada@blackberry.com>2015-02-06 13:30:10 +0100
committerSergio Ahumada <sahumada@texla.cl>2015-02-06 15:49:48 +0000
commit07c27a13ac2d633fd10058ef55be1f1cd61a120d (patch)
tree27a5e197f94300ae369516237e41a73b91bcf58c
parent0d990b9ca117514fe83f53b39f25d6272304f2fb (diff)
Replace blog.qt.digia.com with blog.qt.io
Change-Id: I7f1c897d8c96780ee330bca18edd9fe893ee7c90 Reviewed-by: Tero Kojo <tero.kojo@theqtcompany.com> Reviewed-by: Topi Reiniö <topi.reinio@digia.com>
-rw-r--r--doc/global/externalsites/qt-webpages.qdoc2
-rw-r--r--doc/global/html-header-online.qdocconf2
-rw-r--r--examples/xml/htmlinfo/simpleexample.html2
-rw-r--r--examples/xml/rsslisting/rsslisting.cpp2
-rw-r--r--src/testlib/doc/src/qt-webpages.qdoc4
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/global/externalsites/qt-webpages.qdoc b/doc/global/externalsites/qt-webpages.qdoc
index db946b41da..e05a929e6b 100644
--- a/doc/global/externalsites/qt-webpages.qdoc
+++ b/doc/global/externalsites/qt-webpages.qdoc
@@ -74,7 +74,7 @@
\title Livecoding video effects with Qt5
*/
/*!
- \externalpage http://blog.qt.digia.com/2012/02/29/pimp-my-video-shader-effects-and-multimedia/
+ \externalpage http://blog.qt.io/2012/02/29/pimp-my-video-shader-effects-and-multimedia/
\title Pimp my video
*/
/*!
diff --git a/doc/global/html-header-online.qdocconf b/doc/global/html-header-online.qdocconf
index 049b649b97..b33defccfe 100644
--- a/doc/global/html-header-online.qdocconf
+++ b/doc/global/html-header-online.qdocconf
@@ -79,7 +79,7 @@ HTML.postheader = \
" </a>\n" \
" </li>\n" \
" <li>\n" \
- " <a target=\"_blank\" href=\"http://blog.qt.digia.com/\" data-icon=\"\">\n" \
+ " <a target=\"_blank\" href=\"http://blog.qt.io/\" data-icon=\"\">\n" \
" <span>Blog</span>\n" \
" </a>\n" \
" </li>\n" \
diff --git a/examples/xml/htmlinfo/simpleexample.html b/examples/xml/htmlinfo/simpleexample.html
index d46a494979..a8cf7e3a5a 100644
--- a/examples/xml/htmlinfo/simpleexample.html
+++ b/examples/xml/htmlinfo/simpleexample.html
@@ -5,7 +5,7 @@
</head>
<body>
<p>A paragraph.</p>
- <p>A second paragraph. Check out our <a href="http://blog.qt.digia.com/">developer blogs</a></p>
+ <p>A second paragraph. Check out our <a href="http://blog.qt.io/">developer blogs</a></p>
<p>And the last paragraph. Or our <a href="http://qt-project.org/doc/">online documentation</a>.</p>
</body>
</html>
diff --git a/examples/xml/rsslisting/rsslisting.cpp b/examples/xml/rsslisting/rsslisting.cpp
index 2105fe7e10..2b9d777122 100644
--- a/examples/xml/rsslisting/rsslisting.cpp
+++ b/examples/xml/rsslisting/rsslisting.cpp
@@ -76,7 +76,7 @@ RSSListing::RSSListing(QWidget *parent)
{
lineEdit = new QLineEdit(this);
- lineEdit->setText("http://blog.qt.digia.com/feed/");
+ lineEdit->setText("http://blog.qt.io/feed/");
fetchButton = new QPushButton(tr("Fetch"), this);
diff --git a/src/testlib/doc/src/qt-webpages.qdoc b/src/testlib/doc/src/qt-webpages.qdoc
index e90790b7c0..03213413c3 100644
--- a/src/testlib/doc/src/qt-webpages.qdoc
+++ b/src/testlib/doc/src/qt-webpages.qdoc
@@ -25,10 +25,10 @@
**
****************************************************************************/
/*!
- \externalpage http://blog.qt.digia.com
+ \externalpage http://blog.qt.io
\title Qt Labs
*/
/*!
- \externalpage http://blog.qt.digia.com/blog/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/
+ \externalpage http://blog.qt.io/blog/2008/12/05/qtestlib-now-with-nice-graphs-pointing-upwards/
\title qtestlib-tools Announcement
*/