1
mirror of https://invent.kde.org/network/falkon.git synced 2024-11-11 01:22:10 +01:00

Updated links to correct address (QupZilla Organization)

This commit is contained in:
nowrep 2012-04-16 15:11:31 +02:00
parent 8e76ba5a47
commit 8432432b4b
5 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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;
}

View File

@ -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)

View File

@ -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<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> first.").arg("https://github.com/nowrep/QupZilla/wiki/Bug-Reports target=_blank"));
bPage.replace("%E-MAIL-OPTIONAL%", tr("E-mail is optional<br/><b>Note: </b>Please read how to make a bug report <a href=%1>here</a> 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;

View File

@ -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);