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>
This commit is contained in:
parent
0d990b9ca1
commit
07c27a13ac
@ -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
|
||||
*/
|
||||
/*!
|
||||
|
@ -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" \
|
||||
|
@ -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>
|
||||
|
@ -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);
|
||||
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user