This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: www.akkadia.org now uses https -- gcc-4.0/changes.html
- From: Jonathan Wakely <jwakely at redhat dot com>
- To: Gerald Pfeifer <gerald at pfeifer dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Fri, 27 May 2016 22:24:00 +0100
- Subject: Re: www.akkadia.org now uses https -- gcc-4.0/changes.html
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot LSU dot 2 dot 20 dot 1605272129130 dot 2874 at anthias dot pfeifer dot com> <alpine dot LSU dot 2 dot 20 dot 1605272228010 dot 2874 at anthias dot pfeifer dot com>
On 27/05/16 22:29 +0200, Gerald Pfeifer wrote:
Hi guys,
a similar change seems to be necessary for (the source leading to)
http://gcc.gnu.org/onlinedocs/libstdc++/manual/abi.html .
Thanks, changed on trunk with this patch.
commit 135fe45276ce6b880373367c8a8a5fce665a3bd9
Author: Jonathan Wakely <jwakely@redhat.com>
Date: Fri May 27 22:20:11 2016 +0100
Adjust URL in libstdc++ manual to use https
* doc/xml/manual/abi.xml: Adjust URL to use https.
* doc/html/manual/*: Regenerate.
diff --git a/libstdc++-v3/doc/xml/manual/abi.xml b/libstdc++-v3/doc/xml/manual/abi.xml
index a2ed57b..e8f9808 100644
--- a/libstdc++-v3/doc/xml/manual/abi.xml
+++ b/libstdc++-v3/doc/xml/manual/abi.xml
@@ -1131,7 +1131,7 @@ gcc test.c -g -O2 -L. -lone -ltwo /usr/lib/libstdc++.so.5 /usr/lib/libstdc++.so.
<biblioentry>
<title>
<link xmlns:xlink="http://www.w3.org/1999/xlink"
- xlink:href="http://www.akkadia.org/drepper/dsohowto.pdf">
+ xlink:href="https://www.akkadia.org/drepper/dsohowto.pdf">
How to Write Shared Libraries
</link>
</title>