Git commit a94bfd97e94e2eef058e1ca6b6b8dc8dffd7d0ed by Luigi Toscano. Committed on 29/01/2021 at 23:34. Pushed by ltoscano into branch 'master'.
Use the canonical URL for docs.kde.org addresses Those are the stable addresses which will survive all changes. M +1 -1 README.md M +1 -1 doc/man-kdesrc-build-setup.1.docbook M +1 -1 doc/man-kdesrc-build.1.docbook M +1 -1 kdesrc-buildrc-kf5-sample M +2 -2 modules/ksb/Application.pm https://invent.kde.org/sdk/kdesrc-build/commit/a94bfd97e94e2eef058e1ca6b6b8dc8dffd7d0ed diff --git a/README.md b/README.md index a31b23b..17860cb 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ kdesrc-build includes a limited command-line description with the --help option. You can read the [kdesrc-build -handbook](https://docs.kde.org/index.php?application=kdesrc-build) online. +handbook](https://docs.kde.org/?application=kdesrc-build) online. Once you've set up a KDE development environment, kdesrc-build itself can generate and build documentation (a handbook and a man page). diff --git a/doc/man-kdesrc-build-setup.1.docbook b/doc/man-kdesrc-build-setup.1.docbook index 302cbfe..ced0ee6 100644 --- a/doc/man-kdesrc-build-setup.1.docbook +++ b/doc/man-kdesrc-build-setup.1.docbook @@ -173,7 +173,7 @@ sure to search against the <command>kdesrc-build</command> product.</para> url="https://kdesrc-build.kde.org/">https://kdesrc-build.kde.org/</ulink></para> <para>Documentation: <ulink -url="https://docs.kde.org/index.php?application=kdesrc-build">https://docs.kde.org/index.php?application=kdesrc-build</ulink></para> +url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?application=kdesrc-build</ulink></para> </refsect1> diff --git a/doc/man-kdesrc-build.1.docbook b/doc/man-kdesrc-build.1.docbook index 03d2186..348fc67 100644 --- a/doc/man-kdesrc-build.1.docbook +++ b/doc/man-kdesrc-build.1.docbook @@ -1301,7 +1301,7 @@ based on included recipes.</para> url="https://kdesrc-build.kde.org/">https://kdesrc-build.kde.org/</ulink></para> <para>Documentation: <ulink -url="https://docs.kde.org/index.php?application=kdesrc-build">https://docs.kde.org/index.php?application=kdesrc-build</ulink></para> +url="https://docs.kde.org/?application=kdesrc-build">https://docs.kde.org/?application=kdesrc-build</ulink></para> <para>Setup script: <command>kdesrc-build-setup</command></para> diff --git a/kdesrc-buildrc-kf5-sample b/kdesrc-buildrc-kf5-sample index 60032a5..0a0e25b 100644 --- a/kdesrc-buildrc-kf5-sample +++ b/kdesrc-buildrc-kf5-sample @@ -3,7 +3,7 @@ # # See the kdesrc-buildrc-sample for explanations of what the options do, or # view the manpage or kdesrc-build documentation at -# https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/index.html +# https://docs.kde.org/?application=kdesrc-build global branch-group kf5-qt5 kdedir ~/kde-5 # Where to install KF5-based software diff --git a/modules/ksb/Application.pm b/modules/ksb/Application.pm index 75f5837..d81553b 100644 --- a/modules/ksb/Application.pm +++ b/modules/ksb/Application.pm @@ -1048,7 +1048,7 @@ There was no repository selected for the y[b[$name] module-set declared at A repository is needed to determine where to download the source code from. Most will want to use the b[g[kde-projects] repository. See also -https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/kde-modules-and-selection.html#module-sets +https://docs.kde.org/?application=kdesrc-build&branch=trunk5&path=kde-modules-and-selection.html#module-sets EOF die make_exception('Config', 'Missing repository option'); } @@ -2763,7 +2763,7 @@ Important Options: (This is enabled by default; use --no-include-dependencies to disable) --stop-on-failure Stops the build as soon as a package fails to build. -More docs at https://docs.kde.org/trunk5/en/extragear-utils/kdesrc-build/ +More docs at https://docs.kde.org/?application=kdesrc-build Supported configuration options: https://go.kde.org/u/ksboptions Supported cmdline options: https://go.kde.org/u/ksbcmdline DONE
