Git commit 8a684ce8894b84710b80f9348120759e8a425a2e by Burkhard Lück. Committed on 27/05/2018 at 20:46. Pushed by lueck into branch 'master'.
Avoid short pages in kate configuring docbook fix wrong link to the link Editor Component Configuration section of the KatePart Handbook move page https://docs.kde.org/trunk5/en/applications/kate/config-dialog-editor.html and https://docs.kde.org/trunk5/en/applications/kate/config-variables.html both only one sentence to the end of the page https://docs.kde.org/trunk5/en/applications/kate/config-dialog.html Differential Revision: https://phabricator.kde.org/D13094 M +6 -6 doc/kate/configuring.docbook https://commits.kde.org/kate/8a684ce8894b84710b80f9348120759e8a425a2e diff --git a/doc/kate/configuring.docbook b/doc/kate/configuring.docbook index a616b4951..4a9ed514f 100644 --- a/doc/kate/configuring.docbook +++ b/doc/kate/configuring.docbook @@ -212,24 +212,24 @@ will appear as a child of this page.</para> </sect2> -</sect1> - -<sect1 id="config-dialog-editor"> +<sect2 id="config-dialog-editor"> <title>The Editor Component Configuration</title> <para>For information about this section of the configuration dialog, see the -<ulink url="help:/katepart/config-dialog-editor.html">Editor Component +<ulink url="help:/katepart/config-dialog.html">Editor Component Configuration section of the &katepart; Handbook</ulink>.</para> -</sect1> +</sect2> -<sect1 id="config-variables"> +<sect2 id="config-variables"> <title>Configuring With Document Variables</title> <para>For information about using document variables with &kate;, see the <ulink url="help:/katepart/config-variables.html">Configuring with Document Variables section of the &katepart; Handbook</ulink>.</para> +</sect2> + </sect1> </chapter>
