diff --git a/doc/global/externalsites/qt-webpages.qdoc b/doc/global/externalsites/qt-webpages.qdoc index db946b41dab..e05a929e6b9 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 049b649b97d..b33defccfec 100644 --- a/doc/global/html-header-online.qdocconf +++ b/doc/global/html-header-online.qdocconf @@ -79,7 +79,7 @@ HTML.postheader = \ " \n" \ " \n" \ "
  • \n" \ - " \n" \ + " \n" \ " Blog\n" \ " \n" \ "
  • \n" \ diff --git a/examples/xml/htmlinfo/simpleexample.html b/examples/xml/htmlinfo/simpleexample.html index d46a4949799..a8cf7e3a5a2 100644 --- a/examples/xml/htmlinfo/simpleexample.html +++ b/examples/xml/htmlinfo/simpleexample.html @@ -5,7 +5,7 @@

    A paragraph.

    -

    A second paragraph. Check out our developer blogs

    +

    A second paragraph. Check out our developer blogs

    And the last paragraph. Or our online documentation.

    diff --git a/examples/xml/rsslisting/rsslisting.cpp b/examples/xml/rsslisting/rsslisting.cpp index 2105fe7e101..2b9d7771228 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 e90790b7c09..03213413c3b 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 */