This patch fixes the link to README.Portability in "GCC Coding Conventions"
page


-- 
With the best regards
Jivan Hakobyan
diff --git a/htdocs/codingconventions.html b/htdocs/codingconventions.html
index 9b6d243d..f5a356a8 100644
--- a/htdocs/codingconventions.html
+++ b/htdocs/codingconventions.html
@@ -252,7 +252,7 @@ and require at least an ANSI C89 or ISO C90 host compiler.
 C code should avoid pre-standard style function definitions, unnecessary
 function prototypes and use of the now deprecated <code>PARAMS</code> macro.
 See <a
-href="https://gcc.gnu.org/svn/gcc/trunk/gcc/README.Portability";>README.Portability</a>
+href="https://gcc.gnu.org/git/?p=gcc.git;a=blob_plain;f=gcc/README.Portability";>README.Portability</a>
 for details of some of the portability problems that may arise.  Some
 of these problems are warned about by <code>gcc -Wtraditional</code>,
 which is included in the default warning options in a bootstrap.

Reply via email to