diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-07-20 12:30:05 -0400 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-09-19 01:51:27 -0700 |
commit | 35863a80b915939aac3ce6bf017d942cac879df8 (patch) | |
tree | 3d7291ecf990fe7bf8903d53c7abe4bef7e17065 /doc | |
parent | NEWS: Fix missed edit (diff) | |
download | portage-35863a80b915939aac3ce6bf017d942cac879df8.tar.gz portage-35863a80b915939aac3ce6bf017d942cac879df8.tar.bz2 portage-35863a80b915939aac3ce6bf017d942cac879df8.zip |
doc: Revert URI changes related to docbook schema
This partially reverts b5365341dad167e314023df95d2c5e0f955962f0.
X-Gentoo-Bug: 589210
X-Gentoo-Bug-URL: https://bugs.gentoo.org/589210
Diffstat (limited to 'doc')
-rw-r--r-- | doc/custom.xsl | 2 | ||||
-rw-r--r-- | doc/portage.docbook | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/custom.xsl b/doc/custom.xsl index 11a2b9ef0..a7763ecf6 100644 --- a/doc/custom.xsl +++ b/doc/custom.xsl @@ -1,4 +1,4 @@ -<xsl:stylesheet xmlns:xsl="https://www.w3.org/1999/XSL/Transform" version="1.0"> +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> <xsl:param name="toc.section.depth" select="20"/> <xsl:param name="chunk.section.depth" select="2"/> <xsl:param name="generate.section.toc.level" select="2"/> diff --git a/doc/portage.docbook b/doc/portage.docbook index f7d539a50..811544f5e 100644 --- a/doc/portage.docbook +++ b/doc/portage.docbook @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook V4.4//EN" - "https://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ + "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [ <!ENTITY date SYSTEM "fragment/date"> <!ENTITY version SYSTEM "fragment/version"> |