public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification
@ 2019-05-26 17:50 Gerald Pfeifer
  2019-05-28 16:31 ` Jonathan Wakely
  0 siblings, 1 reply; 4+ messages in thread
From: Gerald Pfeifer @ 2019-05-26 17:50 UTC (permalink / raw)
  To: gcc-patches, libstdc++

The links adjustment I would just have committed right away, but
I'd also like to suggest swe simplify the section: the following
paragraph doesn't really add much, but duplicates the external
link.

Thoughts?

Gerald

2019-05-26  Gerald Pfeifer  <gerald@pfeifer.com>

	* doc/xml/manual/support.xml: Adjust link to www.aristeia.com.
	Shorten the section a bit.

Index: doc/xml/manual/support.xml
===================================================================
--- doc/xml/manual/support.xml	(revision 271632)
+++ doc/xml/manual/support.xml	(working copy)
@@ -170,7 +170,7 @@
     </para>
 
     <para>In his book <link xmlns:xlink="http://www.w3.org/1999/xlink"
-      xlink:href="http://www.aristeia.com/books.html"><emphasis>Effective
+      xlink:href="https://www.aristeia.com/books.html"><emphasis>Effective
       C++</emphasis></link>, Scott Meyers points out that the best way
     to solve this problem is to not overload on pointer-vs-integer
     types to begin with.  He also offers a way to make your own magic
@@ -177,11 +177,6 @@
     <constant>NULL</constant> that will match pointers before it
     matches integers.
     </para>
-    <para>See the
-      <link xmlns:xlink="http://www.w3.org/1999/xlink"
-      xlink:href="http://www.aristeia.com/books.html"><emphasis>Effective
-      C++ CD</emphasis></link> example.
-    </para>
   </section>
 
 </section>

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-09 19:22 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-26 17:50 [libstdc++,doc] doc/xml/manual/support.xml - link adjustment and simplification Gerald Pfeifer
2019-05-28 16:31 ` Jonathan Wakely
2019-05-30 15:49   ` Jonathan Wakely
2019-06-09 19:22     ` Gerald Pfeifer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).