diff --git a/README.md b/README.md index c9f7aa8bb..3c1d57ca6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ QupZilla Web Browser ---------------------------------------------------------------------------------------- Homepage: http://www.qupzilla.com -Blog: http://qupzilla.blogspot.com/ +Blog: http://blog.qupzilla.com/ IRC: `#qupzilla` at `irc.freenode.net` About QupZilla diff --git a/src/plugins/speeddial.cpp b/src/plugins/speeddial.cpp index 6e638d9d3..07d1220fd 100644 --- a/src/plugins/speeddial.cpp +++ b/src/plugins/speeddial.cpp @@ -41,7 +41,7 @@ void SpeedDial::loadSettings() if (m_allPages.isEmpty()) { m_allPages = "url:\"http://www.google.com\"|title:\"Google\";" "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";" - "url:\"http://qupzilla.blogspot.com\"|title:\"QupZilla Blog\";" + "url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";" "url:\"https://github.com/nowrep/QupZilla\"|title:\"QupZilla GitHub\";" "url:\"http://facebook.com\"|title:\"Facebook\";"; }