gnucash-docs stable: Use &url-docs-gh;

Frank H.Ellenberger fell at code.gnucash.org
Wed Aug 23 11:34:15 EDT 2023


Updated	 via  https://github.com/Gnucash/gnucash-docs/commit/7adcfdf4 (commit)
	from  https://github.com/Gnucash/gnucash-docs/commit/e86ff8b9 (commit)



commit 7adcfdf4efff8a877e3a51ab1fd0008e651b2012
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Wed Aug 23 13:00:02 2023 +0200

    Use &url-docs-gh;

diff --git a/docbook/gnc-docbookx.dtd b/docbook/gnc-docbookx.dtd
index b4f1442a..e9c76860 100644
--- a/docbook/gnc-docbookx.dtd
+++ b/docbook/gnc-docbookx.dtd
@@ -45,8 +45,9 @@ https://www.w3.org/2003/entities/2007/w3centities-f.ent
 <!-- Fixme: a dirty hack to reference the other document
             Replace them after olink setup               -->
 <!ENTITY url-docs-draft "https://code.gnucash.org/docs/">  <!-- used while developing and for the API-docs -->
+<!ENTITY url-docs-gh "https://gnucash.github.io/gnucash-docs/">  <!-- another nightly build of the docs -->
 <!ENTITY url-docs-release "https://www.gnucash.org/docs/v&series-unstable;/">  <!-- used on release -->
-<!ENTITY url-docs "&url-docs-release;">  <!-- One of the last. ToDo: Should this become a CMake option? -->
+<!ENTITY url-docs "&url-docs-gh;">  <!-- One of the last. ToDo: Should this become a CMake option? -->
 
 <!--
   1. b) Publication - Translators can add transliterations



Summary of changes:
 docbook/gnc-docbookx.dtd | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



More information about the gnucash-changes mailing list