diff options
author | Sergio Ahumada <sahumada@blackberry.com> | 2015-03-04 22:56:29 +0100 |
---|---|---|
committer | Sergio Ahumada <sahumada@texla.cl> | 2015-03-06 12:39:12 +0000 |
commit | 734663277730bc20dacf0a6b07427002a53cc107 (patch) | |
tree | 09b13234634ce8ed0fd7789dfa0f42b363deafae | |
parent | 44902623663d4a9435a3fa9b29504807703f2c78 (diff) | |
download | qtwebkit-examples-734663277730bc20dacf0a6b07427002a53cc107.tar.gz |
- remove http://qt.digia.com since it now points to qt.io
- move webkit.org down to match other repos
Change-Id: I036b3ed84bdd8023fd32b7e9ccfde787ce666939
Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com>
-rw-r--r-- | examples/webkitwidgets/browser/data/defaultbookmarks.xbel | 15 | ||||
-rw-r--r-- | examples/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp | 2 |
2 files changed, 7 insertions, 10 deletions
diff --git a/examples/webkitwidgets/browser/data/defaultbookmarks.xbel b/examples/webkitwidgets/browser/data/defaultbookmarks.xbel index 32999eb..ee68ad0 100644 --- a/examples/webkitwidgets/browser/data/defaultbookmarks.xbel +++ b/examples/webkitwidgets/browser/data/defaultbookmarks.xbel @@ -3,19 +3,13 @@ <xbel version="1.0"> <folder folded="yes"> <title>Bookmarks Bar</title> - <bookmark href="http://qt-project.org/"> + <bookmark href="http://qt.io/"> <title>Qt Home Page</title> </bookmark> - <bookmark href="http://webkit.org/"> - <title>WebKit.org</title> - </bookmark> - <bookmark href="http://qt.digia.com"> - <title>Digia Qt Home Page</title> - </bookmark> - <bookmark href="http://qt-project.org/doc/"> + <bookmark href="http://doc.qt.io/"> <title>Qt Documentation</title> </bookmark> - <bookmark href="http://planet.qt-project.org/"> + <bookmark href="http://planet.qt.io/"> <title>Qt Blog</title> </bookmark> <bookmark href="http://www.qtcentre.org/"> @@ -27,6 +21,9 @@ <bookmark href="http://wiki.qt.io/OnlineCommunities"> <title>Online Communities</title> </bookmark> + <bookmark href="http://webkit.org/"> + <title>WebKit.org</title> + </bookmark> <bookmark href="http://xkcd.com/"> <title>xkcd</title> </bookmark> diff --git a/examples/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp b/examples/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp index 8aeeb88..c80fe3a 100644 --- a/examples/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp +++ b/examples/webkitwidgets/embedded/anomaly/src/BookmarksView.cpp @@ -46,7 +46,7 @@ BookmarksView::BookmarksView(QWidget *parent) layout->addWidget(m_iconView); m_iconView->addItem("www.google.com"); - m_iconView->addItem("qt-project.org/doc/qt-5.0"); + m_iconView->addItem("doc.qt.io/qt-5"); m_iconView->addItem("news.bbc.co.uk/2/mobile/default.stm"); m_iconView->addItem("mobile.wikipedia.org"); m_iconView->addItem("qt.digia.com"); |