]> granicus.if.org Git - docbook-dsssl/commitdiff
fix bug #84 where default URLs pointed to obsolete locations snapshot/2018-10-02-183
authorbobstayton <bobs@sagehill.net>
Tue, 2 Oct 2018 22:15:04 +0000 (15:15 -0700)
committerbobstayton <bobs@sagehill.net>
Tue, 2 Oct 2018 22:28:56 +0000 (15:28 -0700)
xsl/params/bibliography.collection.xml
xsl/params/glossary.collection.xml

index f0a9474d9bcd21e04d1c05eb11d98128f53e83b2..44fd27bc048bc8b9b5982c9dfe0188a26aec985e 100644 (file)
@@ -15,7 +15,7 @@
 
 <refsynopsisdiv>
 <src:fragment xml:id="bibliography.collection.frag">
-<xsl:param name="bibliography.collection">http://cdn.docbook.org/release/xsl/bibliography/bibliography.xml</xsl:param>
+<xsl:param name="bibliography.collection">https://cdn.docbook.org/resources/latest/xml/bibliography.xml</xsl:param>
 
 </src:fragment>
 </refsynopsisdiv>
index 9db037c63ee7c84f5f7396b3e73aa3d9cb09e0fa..fbef8971654667a7e1aec7a86e0045eb89f83262 100644 (file)
@@ -15,7 +15,7 @@
 
 <refsynopsisdiv>
 <src:fragment xml:id="glossary.collection.frag">
-<xsl:param name="glossary.collection"></xsl:param>
+<xsl:param name="glossary.collection">https://cdn.docbook.org/resources/latest/xml/glossary.xml</xsl:param>
 </src:fragment>
 </refsynopsisdiv>