[kjumpingcube] /: Fix link: ui.html -> menus.html
Yuri Chornoivan
null at kde.org
Tue Nov 26 15:56:27 GMT 2019
Git commit c0ff04eaf7e6850a7481a2743ece831c13fdfef8 by Yuri Chornoivan.
Committed on 26/11/2019 at 15:56.
Pushed by yurchor into branch 'master'.
Fix link: ui.html -> menus.html
M +2 -2 doc/index.docbook
M +1 -1 main.cpp
https://commits.kde.org/kjumpingcube/c0ff04eaf7e6850a7481a2743ece831c13fdfef8
diff --git a/doc/index.docbook b/doc/index.docbook
index 38fb54f..23fc10c 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -287,8 +287,8 @@ that is taking too long), the move will proceed to its conclusion immediately.
<para>
Additionally &kjumpingcube; has the common &kde; <guimenu>Settings</guimenu> and
<guimenu>Help</guimenu> menu items, for more information read the sections about
-the <ulink url="help:/fundamentals/ui.html#menus-settings">Settings Menu</ulink>
-and <ulink url="help:/fundamentals/ui.html#menus-help">Help Menu</ulink>
+the <ulink url="help:/fundamentals/menus.html#menus-settings">Settings Menu</ulink>
+and <ulink url="help:/fundamentals/menus.html#menus-help">Help Menu</ulink>
of the &kde; Fundamentals.
</para>
</sect2>
diff --git a/main.cpp b/main.cpp
index 30b5ce5..0fd7067 100644
--- a/main.cpp
+++ b/main.cpp
@@ -58,7 +58,7 @@ int main(int argc, char *argv[])
aboutData.addCredit(i18n("Eugene Trounev"),
i18n("Graphics for KDE 4.0 version."),
QStringLiteral("irs_me at hotmail.com"));
- aboutData.setHomepage(QStringLiteral("http://games.kde.org/kjumpingcube"));
+ aboutData.setHomepage(QStringLiteral("https://kde.org/applications/games/org.kde.kjumpingcube"));
QCommandLineParser parser;
KAboutData::setApplicationData(aboutData);
More information about the kde-doc-english
mailing list