diff mbox

[libstdc++,doc] Strip links to ANSI (web shop)

Message ID 20170323150122.GC4425@redhat.com
State New
Headers show

Commit Message

Jonathan Wakely March 23, 2017, 3:01 p.m. UTC
On 18/03/17 19:44 +0100, Gerald Pfeifer wrote:
>On Wed, 15 Feb 2017, Jonathan Wakely wrote:
>> The C++14 standard is:
>> http://webstore.ansi.org/RecordDetail.aspx?sku=ISO%2fIEC+14882%3a2014
>
>Thanks, Jonathan!
>
>>> What do you think?
>> Should we make the FAQ link to the info in the manual, instead of just
>> removing it?
>
>Great idea.  Unfortunately I do not know the Docbook magic to do
>this for the libstdc++ documentation, so I went ahead with the
>simple version below.
>
>Can you perhaps help making this a "real" link?

Exactly how it's one on line 126 in that file. I'll commit this later.
diff mbox

Patch

commit 90a904a447d5153f1bca007b0b4a599e4d8a8731
Author: Jonathan Wakely <jwakely@redhat.com>
Date:   Thu Mar 23 15:00:06 2017 +0000

    Add link to the right section of the manual
    
    	* doc/xml/faq.xml: Add link.
    	* doc/html/*: Regenerate.

diff --git a/libstdc++-v3/doc/xml/faq.xml b/libstdc++-v3/doc/xml/faq.xml
index db67626..340ba9d 100644
--- a/libstdc++-v3/doc/xml/faq.xml
+++ b/libstdc++-v3/doc/xml/faq.xml
@@ -1177,7 +1177,8 @@ 
   </question>
   <answer xml:id="a-get_iso_cxx">
     <para>
-    Please refer to the Contributing section in our manual.
+    Please refer to the <link linkend="appendix.contrib">Contributing</link>
+    section in our manual.
     </para> 
   </answer>
 </qandaentry>