On Fri, 17 Jan 2020, Gerald Pfeifer wrote: > One step^Wfile at a time; next in line: svn.html.
Let's make sure old links to svnwrite.html (externally or from our own archives, say) redirect. Pushed. Gerald - Log ----------------------------------------------------------------- commit e48a9f9ec49f5e3e50e5e614bcfecb9543747441 Author: Gerald Pfeifer <ger...@pfeifer.com> Date: Sun Jan 19 14:09:23 2020 +0100 With svnwrite.html retired, redirect to gitwrite.html. diff --git a/htdocs/.htaccess b/htdocs/.htaccess index a28af129..e80d14e4 100644 --- a/htdocs/.htaccess +++ b/htdocs/.htaccess @@ -67,6 +67,7 @@ Redirect permanent /projects.html https://gcc.gnu.org/projects/ Redirect permanent /projects/cxx1z.html https://gcc.gnu.org/projects/cxx-status.html#cxx1z Redirect permanent /projects/web.html https://gcc.gnu.org/about.html Redirect permanent /reghunt-howto.html https://gcc.gnu.org/bugs/reghunt.html +Redirect permanent /svnwrite.html https://gcc.gnu.org/gitwrite.html Redirect permanent /thanks.html https://gcc.gnu.org/onlinedocs/gcc/Contributors.html Redirect permanent /timeline.html https://gcc.gnu.org/releases.html#timeline Redirect permanent /web.html https://gcc.gnu.org/about.html