[web-devel-2] Add redirects for two URLs in sidebar of developer.gnome.org that were 404s.



commit 796e87e895ec7dd9c4ed36398db51c0c13939ef3
Author: Andre Klapper <a9016009 gmx de>
Date:   Thu May 20 20:14:40 2010 +0200

    Add redirects for two URLs in sidebar of developer.gnome.org that were 404s.

 content/htaccess |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/content/htaccess b/content/htaccess
index 4bbf5f0..6ae555d 100644
--- a/content/htaccess
+++ b/content/htaccess
@@ -26,6 +26,12 @@ RedirectMatch permanent ^/dotplan/tasks-relative-times.html$ http://live.gnome.o
 RedirectMatch permanent ^/dotplan/tasks.html$                http://live.gnome.org/ReleasePlanning/Tasks
 RedirectMatch permanent ^/dotplan/todos/$                    http://www.gnome.org/start/unstable/
 
+# Helping
+RedirectMatch permanent ^/helping/$                          http://live.gnome.org/JoinGnome
+
+# Tools
+RedirectMatch permanent ^/tools/$                            http://library.gnome.org/devel/tools
+
 # Gnome Translation Project
 RedirectMatch permanent ^/doc/tutorials/gnome-i18n/translator.html$		http://live.gnome.org/TranslationProject/GitHowTo
 RedirectMatch permanent ^/doc/tutorials/gnome-i18n/developer.html$		http://live.gnome.org/TranslationProject/DevGuidelines



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]