This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[libstdc++,doc] Update reference to epubcheck in libstdc++ docs
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org
- Date: Mon, 10 Dec 2018 18:00:06 -1000 (-10)
- Subject: [libstdc++,doc] Update reference to epubcheck in libstdc++ docs
Committed.
Gerald
2018-12-10 Gerald Pfeifer <gerald@pfeifer.com>
* doc/xml/manual/documentation_hacking.xml: Update reference
to epubcheck.
Index: libstdc++-v3/doc/xml/manual/documentation_hacking.xml
===================================================================
--- libstdc++-v3/doc/xml/manual/documentation_hacking.xml (revision 266718)
+++ libstdc++-v3/doc/xml/manual/documentation_hacking.xml (working copy)
@@ -777,7 +777,7 @@
</para>
<para>
- For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/IDPF/epubcheck">epubcheck</link> is necessary.
+ For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://sourceforge.net/projects/docbook/files/epub3/">stylesheets</link> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://github.com/w3c/epubcheck">epubcheck</link> is necessary.
</para>
</section>