This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[wwwdocs] Update to the new home of the GNU Coding Standards


Committed.

Gerald

- Log -----------------------------------------------------------------
commit cb3654b35594dc81dc78b01713142e4207d73191
Author: Gerald Pfeifer <gerald@pfeifer.com>
Date:   Sun Nov 3 20:42:22 2019 +0000

    Update to the new home of the GNU Coding Standards
    
    Format the surrounding HTML source a bit nicer.

diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 71a8772..f9dbc18 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -10,9 +10,8 @@
 <h1>GCC Coding Conventions</h1>
 
 <p>There are some additional coding conventions for code in GCC,
-beyond those in the <a
-href="http://www.gnu.org/prep/standards_toc.html";>GNU Coding
-Standards</a>.  Some existing code may not follow these conventions,
+beyond those in the <a href="https://www.gnu.org/prep/standards/";>GNU
+Coding Standards</a>.  Some existing code may not follow these conventions,
 but they must be used for new code.  If changing existing
 code to follow these conventions, it is best to send changes to follow
 the conventions separately from any other changes to the code.</p>
diff --git a/htdocs/contribute.html b/htdocs/contribute.html
index 499dfe8..80ebb26 100644
--- a/htdocs/contribute.html
+++ b/htdocs/contribute.html
@@ -62,11 +62,10 @@ copyright assignment on file.</p>
 <h2 id="standards">Coding Standards</h2>
 
 <p>All contributions must conform to the <a
-href="http://www.gnu.org/prep/standards_toc.html";>GNU Coding
-Standards</a>.  There are also some <a
-href="codingconventions.html">additional coding conventions for
-GCC</a>; these include documentation and testsuite requirements as
-well as requirements on code formatting.</p>
+href="https://www.gnu.org/prep/standards/";>GNU Coding Standards</a>.
+There are also some <a href="codingconventions.html">additional coding
+conventions for GCC</a>; these include documentation and testsuite
+requirements as well as requirements on code formatting.</p>
 
 <p>Submissions which do not conform to the standards will be returned
 with a request to address any such problems.  To help with the

-----------------------------------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]