diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-01-04 02:33:08 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-01-04 02:33:08 +0000 |
commit | c671a0d674de28574cad46b83ea7e141b7297cbd (patch) | |
tree | 61471ae6343b5d2f533a876c1da5b4bf29bd7678 | |
parent | ecfdf05a2896360e71883e79da8fb94401a22597 (diff) | |
download | gcc-c671a0d674de28574cad46b83ea7e141b7297cbd.zip gcc-c671a0d674de28574cad46b83ea7e141b7297cbd.tar.gz gcc-c671a0d674de28574cad46b83ea7e141b7297cbd.tar.bz2 |
documentation_hacking.xml: sourceforge.net now defaults to https; adjust reference.
* doc/xml/manual/documentation_hacking.xml: sourceforge.net now
defaults to https; adjust reference.
From-SVN: r244043
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rw-r--r-- | libstdc++-v3/doc/xml/manual/documentation_hacking.xml | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 2106d37..cb477b3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2017-01-03 Gerald Pfeifer <gerald@pfeifer.com> + + * doc/xml/manual/documentation_hacking.xml: sourceforge.net now + defaults to https; adjust reference. + 2017-01-03 Jonathan Wakely <jwakely@redhat.com> PR libstdc++/78956 diff --git a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml index 623080e..c97bd02 100644 --- a/libstdc++-v3/doc/xml/manual/documentation_hacking.xml +++ b/libstdc++-v3/doc/xml/manual/documentation_hacking.xml @@ -778,7 +778,7 @@ </para> <para> - For epub output, the <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://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://code.google.com/p/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://code.google.com/p/epubcheck/">epubcheck</link> is necessary. </para> </section> |