diff --git a/README.md b/README.md index 1ace39716..645499d38 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,4 @@ FAQ and Changelog If you are experiencing some sort of problem, please read the FAQ before you open an issue. -[FAQ](https://github.com/nowrep/QupZilla/wiki/FAQ) | [Changelog](https://github.com/nowrep/QupZilla/wiki/Changelog) | [Bug Reports](https://github.com/nowrep/QupZilla/wiki/Bug-Reports) +[FAQ](https://github.com/QupZilla/QupZilla/wiki/FAQ) | [Changelog](https://github.com/QupZilla/QupZilla/wiki/Changelog) | [Bug Reports](https://github.com/QupZilla/QupZilla/wiki/Bug-Reports) diff --git a/src/lib/app/commandlineoptions.cpp b/src/lib/app/commandlineoptions.cpp index d61bee143..ced845d62 100644 --- a/src/lib/app/commandlineoptions.cpp +++ b/src/lib/app/commandlineoptions.cpp @@ -56,7 +56,7 @@ void CommandLineOptions::showHelp() " based on WebKit core (http://webkit.org) and\n" " written in Qt Framework (http://qt.nokia.com) \n\n" " For more information please visit wiki at \n" - " https://github.com/nowrep/QupZilla/wiki \n"; + " https://github.com/QupZilla/QupZilla/wiki \n"; cout << help << " > " << QupZilla::WWWADDRESS.toUtf8().data() << endl; } diff --git a/src/lib/app/qupzilla.cpp b/src/lib/app/qupzilla.cpp index a81b217ba..22702cf8b 100644 --- a/src/lib/app/qupzilla.cpp +++ b/src/lib/app/qupzilla.cpp @@ -84,7 +84,7 @@ const QString QupZilla::BUILDTIME = __DATE__" "__TIME__; const QString QupZilla::AUTHOR = "David Rosca"; const QString QupZilla::COPYRIGHT = "2010-2012"; const QString QupZilla::WWWADDRESS = "http://www.qupzilla.com"; -const QString QupZilla::WIKIADDRESS = "https://github.com/nowrep/QupZilla/wiki"; +const QString QupZilla::WIKIADDRESS = "https://github.com/QupZilla/QupZilla/wiki"; const QString QupZilla::WEBKITVERSION = qWebKitVersion(); QupZilla::QupZilla(Qz::BrowserWindow type, QUrl startUrl) diff --git a/src/lib/network/qupzillaschemehandler.cpp b/src/lib/network/qupzillaschemehandler.cpp index 3b7f0157f..c6ccbe294 100644 --- a/src/lib/network/qupzillaschemehandler.cpp +++ b/src/lib/network/qupzillaschemehandler.cpp @@ -147,7 +147,7 @@ QString QupZillaSchemeReply::reportbugPage() bPage.replace("%TYPE%", tr("Issue type")); bPage.replace("%DESCRIPTION%", tr("Issue description")); bPage.replace("%SEND%", tr("Send")); - bPage.replace("%E-MAIL-OPTIONAL%", tr("E-mail is optional
Note: Please read how to make a bug report here first.").arg("https://github.com/nowrep/QupZilla/wiki/Bug-Reports target=_blank")); + bPage.replace("%E-MAIL-OPTIONAL%", tr("E-mail is optional
Note: Please read how to make a bug report here first.").arg("https://github.com/QupZilla/QupZilla/wiki/Bug-Reports target=_blank")); bPage.replace("%FIELDS-ARE-REQUIRED%", tr("Please fill out all required fields!")); return bPage; diff --git a/src/lib/plugins/speeddial.cpp b/src/lib/plugins/speeddial.cpp index 148b458cc..2ead65f88 100644 --- a/src/lib/plugins/speeddial.cpp +++ b/src/lib/plugins/speeddial.cpp @@ -56,7 +56,7 @@ void SpeedDial::loadSettings() allPages = "url:\"http://www.google.com\"|title:\"Google\";" "url:\"http://www.qupzilla.com\"|title:\"QupZilla\";" "url:\"http://blog.qupzilla.com\"|title:\"QupZilla Blog\";" - "url:\"https://github.com/nowrep/QupZilla\"|title:\"QupZilla GitHub\";" + "url:\"https://github.com/QupZilla/QupZilla\"|title:\"QupZilla GitHub\";" "url:\"https://facebook.com\"|title:\"Facebook\";"; } changed(allPages);