diff mbox series

Redirect cvswrite.html to gitwrite.html instead of svnwrite.html.

Message ID alpine.LSU.2.21.2001161903360.3801@anthias.pfeifer.com
State New
Headers show
Series Redirect cvswrite.html to gitwrite.html instead of svnwrite.html. | expand

Commit Message

Gerald Pfeifer Jan. 16, 2020, 6:15 p.m. UTC
I doubt there's many references to https://gcc.gnu.org/cvs.html 
left, but just in case - Git is the new SVN is the new CVS. :-)

Gerald
---
 htdocs/.htaccess | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/htdocs/.htaccess b/htdocs/.htaccess
index acaac093..a28af129 100644
--- a/htdocs/.htaccess
+++ b/htdocs/.htaccess
@@ -58,7 +58,7 @@  Redirect permanent /java/			https://gcc.gnu.org/
 
 Redirect permanent /bugs.html			https://gcc.gnu.org/bugs/
 Redirect permanent /c9xstatus.html		https://gcc.gnu.org/c99status.html
-Redirect permanent /cvswrite.html		https://gcc.gnu.org/svnwrite.html
+Redirect permanent /cvswrite.html		https://gcc.gnu.org/gitwrite.html
 Redirect permanent /gnats.html			https://gcc.gnu.org/bugs/
 Redirect permanent /proj-bp.html		https://gcc.gnu.org/projects/bp/main.html
 Redirect permanent /proj-cpplib.html		https://gcc.gnu.org/projects/cpplib.html