Git commit 60d98a1230417e853d98996b3c01364d973ca9bf by Yuri Chornoivan. Committed on 18/01/2020 at 19:45. Pushed by yurchor into branch 'master'.
Fix links on docs.kde.org M +4 -4 README M +1 -0 doc-extras/ChangeLog M +1 -1 doc/editors-note.docbook M +1 -1 krusader/org.kde.krusader.appdata.xml https://commits.kde.org/krusader/60d98a1230417e853d98996b3c01364d973ca9bf diff --git a/README b/README index 382a12d1..919d1b9c 100644 --- a/README +++ b/README @@ -37,7 +37,7 @@ Krusader Handbook ================= The Krusader Handbook is available in the Help menu of Krusader, or read it online at: -https://docs.kde.org/development/en/extragear-utils/krusader/index.html +https://docs.kde.org/stable5/en/extragear-utils/krusader/index.html Help Krusader @@ -137,13 +137,13 @@ URL's https://krusader.org - Installation: - https://docs.kde.org/trunk5/en/extragear-utils/krusader/installation.html + https://docs.kde.org/stable5/en/extragear-utils/krusader/installation.html - FAQ: - https://docs.kde.org/trunk5/en/extragear-utils/krusader/faq.html + https://docs.kde.org/stable5/en/extragear-utils/krusader/faq.html - Documentation Handbook: - https://docs.kde.org/development/en/extragear-utils/krusader/index.html + https://docs.kde.org/stable5/en/extragear-utils/krusader/index.html - TODOlist: The TODO tasks that can be seen on https://phabricator.kde.org/project/board/79/ diff --git a/doc-extras/ChangeLog b/doc-extras/ChangeLog index 434cbce8..bebdeb35 100644 --- a/doc-extras/ChangeLog +++ b/doc-extras/ChangeLog @@ -10,6 +10,7 @@ Date: 20xx-xx-xx install krusader as available in their distribution ADDED: Add documentation on the new options to move tabs left or right ADDED: Add a note on the new capabilities of the "Search for" combobox + FIXED: Links on docs.kde.org 2.7.2 diff --git a/doc/editors-note.docbook b/doc/editors-note.docbook index 8fe8c064..b7966aff 100644 --- a/doc/editors-note.docbook +++ b/doc/editors-note.docbook @@ -47,7 +47,7 @@ <para>via the <ulink url="help-menu.html">Help Menu</ulink> when using &krusader;</para> </listitem> <listitem> - <para>the <ulink url="https://docs.kde.org/development/en/extragear-utils/krusader/index.html">Online Handbook</ulink></para> + <para>the <ulink url="https://docs.kde.org/index.php?application=krusader">Online Handbook</ulink></para> </listitem> </itemizedlist> <para>The most recent version of this handbook is available when using &krusader; from Git.</para> diff --git a/krusader/org.kde.krusader.appdata.xml b/krusader/org.kde.krusader.appdata.xml index da23e0a9..307675a9 100644 --- a/krusader/org.kde.krusader.appdata.xml +++ b/krusader/org.kde.krusader.appdata.xml @@ -457,7 +457,7 @@ </description> <url type="homepage">https://www.krusader.org/</url> <url type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&product=krusader</url> - <url type="help">https://docs.kde.org/development/en/extragear-utils/krusader/index.html</url> + <url type="help">https://docs.kde.org/index.php?application=krusader</url> <screenshots> <screenshot type="default"> <caption>File management in Krusader</caption>
