Git commit 5c0d5c4d312ddd4d2b4da77e5e5196eea1c3387e by Raresh Rus. Committed on 07/10/2025 at 20:06. Pushed by nmariusp into branch 'master'.
Use https://apps.kde.org M +3 -3 app/Konfigurator/krresulttable.cpp M +1 -1 doc/development/index.md M +2 -2 doc/handbook/menu-commands.docbook https://invent.kde.org/utilities/krusader/-/commit/5c0d5c4d312ddd4d2b4da77e5e5196eea1c3387e diff --git a/app/Konfigurator/krresulttable.cpp b/app/Konfigurator/krresulttable.cpp index 37402d9f0..944b1e7a3 100644 --- a/app/Konfigurator/krresulttable.cpp +++ b/app/Konfigurator/krresulttable.cpp @@ -258,12 +258,12 @@ KrToolResultTable::KrToolResultTable(QWidget *parent) _supported = KrServices::supportedTools(); // get list of available tools QList<Application *> vecDiff, vecMail, vecRename, vecChecksum; - Application *kdiff3 = new Application("kdiff3", "https://www.kde.org/applications/development/kdiff3/", KrServices::cmdExist("kdiff3")); - Application *kompare = new Application("kompare", "https://www.kde.org/applications/development/kompare/", KrServices::cmdExist("kompare")); + Application *kdiff3 = new Application("kdiff3", "https://apps.kde.org/kdiff3", KrServices::cmdExist("kdiff3")); + Application *kompare = new Application("kompare", "https://apps.kde.org/kompare", KrServices::cmdExist("kompare")); Application *xxdiff = new Application("xxdiff", "http://furius.ca/xxdiff/", KrServices::cmdExist("xxdiff")); Application *thunderbird = new Application("thunderbird", "https://www.thunderbird.net/", KrServices::cmdExist("thunderbird")); Application *kmail = new Application("kmail", "https://kontact.kde.org/components/kmail.html", KrServices::cmdExist("kmail")); - Application *krename = new Application("krename", "https://www.kde.org/applications/utilities/krename/", KrServices::cmdExist("krename")); + Application *krename = new Application("krename", "https://apps.kde.org/krename", KrServices::cmdExist("krename")); Application *md5sum = new Application("md5sum", "https://www.gnu.org/software/textutils/textutils.html", KrServices::cmdExist("md5sum")); vecDiff.push_back(kdiff3); diff --git a/doc/development/index.md b/doc/development/index.md index 817c800de..70ff5f9cc 100644 --- a/doc/development/index.md +++ b/doc/development/index.md @@ -11,7 +11,7 @@ This reference will help you to get started with Krusader development. * [System & Utilities forum on kde.org](https://forum.kde.org/viewforum.php?f=225) — user questions rarely appear here, answered by forum community * [Bugzilla](https://bugs.kde.org/buglist.cgi?product=krusader) — all bugs and wishes are tracked here * [Krusader extensions](https://store.kde.org/browse/cat/370/ord/top/) — user-contributed styles and user actions -* [Krusader app page on kde.org](https://kde.org/applications/en/utilities/org.kde.krusader) +* [Krusader app page on kde.org](https://apps.kde.org/krusader) ## Krusader resources for developers diff --git a/doc/handbook/menu-commands.docbook b/doc/handbook/menu-commands.docbook index bd0ecc836..75d0867f8 100644 --- a/doc/handbook/menu-commands.docbook +++ b/doc/handbook/menu-commands.docbook @@ -186,7 +186,7 @@ <para>Compares two current files by content - one from each panel via an external graphical diff utility. By default &kompare; is used, but you can also use ⪚ - <ulink url="http://furius.ca/xxdiff/"><application>xxdiff</application></ulink> or <ulink url="https://www.kde.org/applications/development/kdiff3/"><application>KDiff3</application></ulink> , + <ulink url="http://furius.ca/xxdiff/"><application>xxdiff</application></ulink> or <ulink url="https://apps.kde.org/kdiff3"><application>KDiff3</application></ulink> , change it in the <link linkend="konfig-dependencies">Konfigurator Dependencies page</link>.</para> </listitem> @@ -203,7 +203,7 @@ </menuchoice> </term> <listitem> - <para>This menu option starts <ulink url="https://www.kde.org/applications/utilities/krename/"><application>Krename</application></ulink>, a + <para>This menu option starts <ulink url="hhttps://apps.kde.org/krename"><application>Krename</application></ulink>, a very powerful external batch renamer.</para> <itemizedlist> <title>Krename Features</title>
