You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2010/09/04 22:27:14 UTC

svn commit: r992671 - /maven/site/trunk/src/site/filtered-resources/.htaccess

Author: hboutemy
Date: Sat Sep  4 20:27:13 2010
New Revision: 992671

URL: http://svn.apache.org/viewvc?rev=992671&view=rev
Log:
added a redirection from old /welcome-to-new-committers.html to current /developers/welcome-to-new-committers.html

Modified:
    maven/site/trunk/src/site/filtered-resources/.htaccess

Modified: maven/site/trunk/src/site/filtered-resources/.htaccess
URL: http://svn.apache.org/viewvc/maven/site/trunk/src/site/filtered-resources/.htaccess?rev=992671&r1=992670&r2=992671&view=diff
==============================================================================
--- maven/site/trunk/src/site/filtered-resources/.htaccess (original)
+++ maven/site/trunk/src/site/filtered-resources/.htaccess Sat Sep  4 20:27:13 2010
@@ -12,6 +12,7 @@ Redirect Permanent /guides/mini/guide-ib
 Redirect Permanent /faq.html http://maven.apache.org/general.html
 Redirect Permanent /developers/release/pmc-release-process.html http://maven.apache.org/developers/release/releasing.html
 Redirect Permanent /development-process.html http://maven.apache.org/maven-1.x/development-process.html
+Redirect Permanent /welcome-to-new-committers.html http://maven.apache.org/developers/welcome-to-new-committers.html
 
 Redirect Permanent /plugins/maven-checkstyle-plugin/customize.html http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/custom-checker-config.html
 Redirect Permanent /plugins/maven-checkstyle-plugin/howto.html http://maven.apache.org/plugins/maven-checkstyle-plugin/usage.html