diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 11:49:13 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 11:49:13 +0100 |
commit | 191c1e7bc7bab2da39679ce3e074f0fbb5f906b3 (patch) | |
tree | 9ed269e7242ec77d269706ec42256d7453eab288 /libstdc++-v3/doc/html | |
parent | a0bf71be605732b7c658c6367d6a1ada29cffb1b (diff) | |
download | gcc-191c1e7bc7bab2da39679ce3e074f0fbb5f906b3.zip gcc-191c1e7bc7bab2da39679ce3e074f0fbb5f906b3.tar.gz gcc-191c1e7bc7bab2da39679ce3e074f0fbb5f906b3.tar.bz2 |
libstdc++: Move sourceforge.net links to https
libstdc++-v3/ChangeLog:
* doc/xml/manual/documentation_hacking.xml: Move sourceforge.net
links to https.
* doc/html/manual/documentation_hacking.html: Regenerate.
Diffstat (limited to 'libstdc++-v3/doc/html')
-rw-r--r-- | libstdc++-v3/doc/html/manual/documentation_hacking.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libstdc++-v3/doc/html/manual/documentation_hacking.html b/libstdc++-v3/doc/html/manual/documentation_hacking.html index bd44b61..4e415c3 100644 --- a/libstdc++-v3/doc/html/manual/documentation_hacking.html +++ b/libstdc++-v3/doc/html/manual/documentation_hacking.html @@ -362,7 +362,7 @@ by a vendor package like <code class="filename">libxml2</code> and <code class="filename">docbook5-schemas-5.0-4</code> </p><p> For PDF output, something that transforms valid Docbook XML to PDF is - required. Possible solutions include <a class="link" href="http://dblatex.sourceforge.net" target="_top">dblatex</a>, + required. Possible solutions include <a class="link" href="https://dblatex.sourceforge.net" target="_top">dblatex</a>, <span class="command"><strong>xmlto</strong></span>, or <span class="command"><strong>prince</strong></span>. Of these, <span class="command"><strong>dblatex</strong></span> is the default. Please consult the <code class="email"><<a class="email" href="mailto:libstdc++@gcc.gnu.org">libstdc++@gcc.gnu.org</a>></code> list when @@ -370,7 +370,7 @@ suggestions. </p><p> For Texinfo output, something that transforms valid Docbook - XML to Texinfo is required. The default choice is <a class="link" href="http://docbook2x.sourceforge.net/" target="_top">docbook2X</a>. + XML to Texinfo is required. The default choice is <a class="link" href="https://docbook2x.sourceforge.net/" target="_top">docbook2X</a>. </p><p> For epub output, the <a class="link" href="https://sourceforge.net/projects/docbook/files/epub3/" target="_top">stylesheets</a> for EPUB3 are required. These stylesheets are still in development. To validate the created file, <a class="link" href="https://github.com/w3c/epubcheck" target="_top">epubcheck</a> is necessary. </p></div><div class="section"><div class="titlepage"><div><div><h4 class="title"><a id="docbook.rules"></a>Generating the DocBook Files</h4></div></div></div><p> |