diff mbox series

[committed] wwwdocs: Switch link to libgfortran.h from ViewCVS to Git.

Message ID 20200326083654.2C8F833E1A@hamza.pair.com
State New
Headers show
Series [committed] wwwdocs: Switch link to libgfortran.h from ViewCVS to Git. | expand

Commit Message

Gerald Pfeifer March 26, 2020, 8:36 a.m. UTC
This is the second such case in the tree.  Thanks to Frank Ch. Eigler 
for the updated link.

Pushed.

Gerald
---
 htdocs/gcc-4.8/changes.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html
index 83f7da6c..60cf4d42 100644
--- a/htdocs/gcc-4.8/changes.html
+++ b/htdocs/gcc-4.8/changes.html
@@ -435,8 +435,7 @@  int i = A().f();  // error, f() requires an lvalue object
       (<code>dimension(..)</code>) has been added. Note that currently
       gfortran's own array descriptor is used, which is different from the
       one defined in TS29113, see <a
-      href="https://gcc.gnu.org/viewcvs/trunk/libgfortran/libgfortran.h?content-type=text%2Fplain&amp;view=co">
-      gfortran's header file</a> or use the <a
+      href="https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgfortran/libgfortran.h">gfortran's header file</a> or use the <a
       href="http://chasm-interop.sourceforge.net/">Chasm Language
       Interoperability Tools</a>.</li>
     </ul></li>