[gcc(refs/vendors/ARM/heads/arm-struct-reorg-wip)] libstdc++: Refer to Git documentation

Tamar Christina tnfchris@gcc.gnu.org
Fri Jul 17 14:11:46 GMT 2020


https://gcc.gnu.org/g:2a1a0c8c0db0aae50a2cebce59bd64334cd6ba2a

commit 2a1a0c8c0db0aae50a2cebce59bd64334cd6ba2a
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Apr 5 23:56:53 2020 +0200

    libstdc++: Refer to Git documentation
    
            * doc/xml/manual/appendix_contributing.xml: Refer to Git
            documentation instead of Subversion.  Switch to https.
            * doc/html/manual/appendix_contributing.html: Regenerate.

Diff:
---
 libstdc++-v3/ChangeLog                                  | 6 ++++++
 libstdc++-v3/doc/html/manual/appendix_contributing.html | 2 +-
 libstdc++-v3/doc/xml/manual/appendix_contributing.xml   | 2 +-
 3 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index c358977dfbb..eb092792229 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,9 @@
+2020-04-05  Gerald Pfeifer  <gerald@pfeifer.com>
+
+	* doc/xml/manual/appendix_contributing.xml: Refer to Git
+	documentation instead of Subversion.  Switch to https.
+	* doc/html/manual/appendix_contributing.html: Regenerate.
+
 2020-04-03  Jonathan Wakely  <jwakely@redhat.com>
 
 	PR libstdc++/93960
diff --git a/libstdc++-v3/doc/html/manual/appendix_contributing.html b/libstdc++-v3/doc/html/manual/appendix_contributing.html
index 28c46555d91..8be678eb919 100644
--- a/libstdc++-v3/doc/html/manual/appendix_contributing.html
+++ b/libstdc++-v3/doc/html/manual/appendix_contributing.html
@@ -68,7 +68,7 @@
       <code class="email"><<a class="email" href="mailto:assign@gnu.org">assign@gnu.org</a>></code>, please CC the libstdc++
       maintainers above so that progress can be monitored.
     </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="list.getting"></a>Getting Sources</h3></div></div></div><p>
-      <a class="link" href="http://gcc.gnu.org/svnwrite.html" target="_top">Getting write access
+      <a class="link" href="https://gcc.gnu.org/gitwrite.html" target="_top">Getting write access
 	(look for "Write after approval")</a>
     </p></div><div class="section"><div class="titlepage"><div><div><h3 class="title"><a id="list.patches"></a>Submitting Patches</h3></div></div></div><p>
       Every patch must have several pieces of information before it can be
diff --git a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
index 79fa0ed32b8..00991128525 100644
--- a/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
+++ b/libstdc++-v3/doc/xml/manual/appendix_contributing.xml
@@ -126,7 +126,7 @@
   <section xml:id="list.getting"><info><title>Getting Sources</title></info>
     
     <para>
-      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="http://gcc.gnu.org/svnwrite.html">Getting write access
+      <link xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="https://gcc.gnu.org/gitwrite.html">Getting write access
 	(look for "Write after approval")</link>
     </para>
   </section>


More information about the Libstdc++-cvs mailing list