[krita] libs/ui: Change Links from userbase to new docs site

Wolthera van Hövell griffinvalley at gmail.com
Tue Feb 9 17:40:49 UTC 2016


Git commit 16c7ee205047b8aee352abe3db555c3b05f63696 by Wolthera van Hövell.
Committed on 09/02/2016 at 17:33.
Pushed by woltherav into branch 'master'.

Change Links from userbase to new docs site

We're nearly done with the new docs site, and even though we're still trying to find solutions
to certain problems, docs.krita.org is already more sophisticated than the userbase version, so
a switch is waranted.

Scott will later move the docs link on krita.org.

CCMAIL:kimageshop at kde.org
Ref T328

M  +1    -1    libs/ui/KisMainWindow.cpp
M  +1    -1    libs/ui/kis_splash_screen.cpp

http://commits.kde.org/krita/16c7ee205047b8aee352abe3db555c3b05f63696

diff --git a/libs/ui/KisMainWindow.cpp b/libs/ui/KisMainWindow.cpp
index 624c555..26d12d5 100644
--- a/libs/ui/KisMainWindow.cpp
+++ b/libs/ui/KisMainWindow.cpp
@@ -2323,7 +2323,7 @@ void KisMainWindow::initializeGeometry()
 
 void KisMainWindow::showManual()
 {
-    QDesktopServices::openUrl(QUrl("https://userbase.kde.org/Special:MyLanguage/Krita/Manual"));
+    QDesktopServices::openUrl(QUrl("https://docs.krita.org"));
 }
 
 void KisMainWindow::showDockerTitleBars(bool show)
diff --git a/libs/ui/kis_splash_screen.cpp b/libs/ui/kis_splash_screen.cpp
index e693da7..4816cba 100644
--- a/libs/ui/kis_splash_screen.cpp
+++ b/libs/ui/kis_splash_screen.cpp
@@ -65,7 +65,7 @@ KisSplashScreen::KisSplashScreen(const QString &version, const QPixmap &pixmap,
                            "<p><a href=\"https://krita.org/support-us/donations/\"><span style=\" text-decoration: underline; color:%1;\">Support Krita</span></a></p>"
 
                            "<p><a href=\"http://krita.org/resources\"><span style=\" text-decoration: underline; color:%1;\">Getting Started</span></a></p>"
-                           "<p><a href=\"http://userbase.kde.org/Krita/Manual\"><span style=\" text-decoration: underline; color:%1;\">Manual</span></a></p>"
+                           "<p><a href=\"http://docs.krita.org\"><span style=\" text-decoration: underline; color:%1;\">Manual</span></a></p>"
                            "<p><a href=\"http://krita.org\"><span style=\" text-decoration: underline; color:%1;\">Krita Website</span></a></p>"
                            "<p><a href=\"http://forum.kde.org/viewforum.php?f=136\"><span style=\" text-decoration: underline; color:%1;\">User Community</span></a></p>"
 


More information about the kimageshop mailing list