Skip to content

Commit

Permalink
fix bug #84 where default URLs pointed to obsolete locations
Browse files Browse the repository at this point in the history
  • Loading branch information
bobstayton committed Oct 2, 2018
1 parent 9cf1f98 commit 79397cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion xsl/params/bibliography.collection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion xsl/params/glossary.collection.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 79397cb

Please sign in to comment.