[sdk/kdesrc-build] doc: doc: remove the space after a 'url' tag
Luigi Toscano
null at kde.org
Thu Sep 18 22:46:38 BST 2025
Git commit ffd38946456ab1833a01e76e77e2edc1a6dbdb25 by Luigi Toscano.
Committed on 18/09/2025 at 21:46.
Pushed by ltoscano into branch 'master'.
doc: remove the space after a 'url' tag
It is an error with libxml2 2.15.0, since
https://gitlab.gnome.org/GNOME/libxml2/-/commit/e4cbc295fa97f3c290cec8b243bd96ebdaa3dab2
M +1 -1 doc/getting-started.docbook
M +1 -1 doc/kde-modules-and-selection.docbook
https://invent.kde.org/sdk/kdesrc-build/-/commit/ffd38946456ab1833a01e76e77e2edc1a6dbdb25
diff --git a/doc/getting-started.docbook b/doc/getting-started.docbook
index 389329b0..ded8376a 100644
--- a/doc/getting-started.docbook
+++ b/doc/getting-started.docbook
@@ -79,7 +79,7 @@ the &kde; source code. This means you need at least the following:</para>
<itemizedlist>
<listitem><para>The <ulink url="https://git-scm.com/">Git
source control manager</ulink>, which is used for all &kde; <ulink
-url=" https://commits.kde.org/">source code</ulink></para></listitem>
+url="https://commits.kde.org/">source code</ulink></para></listitem>
<listitem><para>Although it is not required, the <ulink
url="http://bazaar.canonical.com/">Bazaar</ulink> source control manager is
diff --git a/doc/kde-modules-and-selection.docbook b/doc/kde-modules-and-selection.docbook
index ad2fb705..0416914c 100644
--- a/doc/kde-modules-and-selection.docbook
+++ b/doc/kde-modules-and-selection.docbook
@@ -227,7 +227,7 @@ appropriately. Among other things, &kdesrc-build; will:</para>
<itemizedlist>
<listitem><para>Download the latest module database from the <ulink
-url=" https://commits.kde.org/">&kde; git archive</ulink>.</para></listitem>
+url="https://commits.kde.org/">&kde; git archive</ulink>.</para></listitem>
<listitem><para>Try to find a module with the name given in the module set's
<option>use-modules</option> setting in that database.</para></listitem>
More information about the kde-doc-english
mailing list