summaryrefslogtreecommitdiff
path: root/epub3/README
diff options
context:
space:
mode:
Diffstat (limited to 'epub3/README')
-rw-r--r--epub3/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/epub3/README b/epub3/README
index ca0cf48..be99f34 100644
--- a/epub3/README
+++ b/epub3/README
@@ -168,13 +168,13 @@ custom-epub3-chunk.xsl
<xsl:import href="custom-epub3-elements.xsl"/>
<!-- import stock DocBook XSL file; use a catalog for local files-->
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-common.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml/chunk-common.xsl"/>
<!-- include (not import) stock DocBook XSL file; use a catalog for local files-->
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/xhtml/chunk-code.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/xhtml/chunk-code.xsl"/>
<!-- include (not import) stock DocBook XSL file; use a catalog for local files-->
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/epub3/epub3-chunk-mods.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/epub3/epub3-chunk-mods.xsl"/>
<!-- Add here any templates that change chunking behavior.
That is, any templates copied from chunk-common.xsl or
@@ -197,8 +197,8 @@ custom-epub3-elements.xsl
exclude-result-prefixes="#default d"
version="1.0">
-<xsl:import href="http://docbook.sourceforge.net/release/xsl/current/xhtml5/docbook.xsl"/>
-<xsl:include href="http://docbook.sourceforge.net/release/xsl/current/epub3/epub3-element-mods.xsl"/>
+<xsl:import href="http://cdn.docbook.org/release/xsl/current/xhtml5/docbook.xsl"/>
+<xsl:include href="http://cdn.docbook.org/release/xsl/current/epub3/epub3-element-mods.xsl"/>
<!-- Add here any templates that change element format. Any
such customized templates with a @match attribute must also