Author: hboutemy
Date: Sat Sep 12 08:22:01 2015
New Revision: 1702599

URL: http://svn.apache.org/r1702599
Log:
[MNG-5886] fixed redirects for Maven building which had /guides/guides/...

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

Modified: maven/site/trunk/content/filtered-resources/.htaccess
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/filtered-resources/.htaccess?rev=1702599&r1=1702598&r2=1702599&view=diff
==============================================================================
--- maven/site/trunk/content/filtered-resources/.htaccess (original)
+++ maven/site/trunk/content/filtered-resources/.htaccess Sat Sep 12 08:22:01 
2015
@@ -14,8 +14,8 @@ Redirect Permanent /ant-tasks.html http:
 Redirect Permanent /ant-tasks-release-notes.html 
http://maven.apache.org/ant-tasks/release-notes.html
 
 Redirect Permanent /guides/mini/guide-ibiblio-upload.html 
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
-Redirect Permanent /guides/development/guide-m2-development.html 
http://maven.apache.org/guides/guides/development/guide-maven-development.html
-Redirect Permanent /guides/development/guide-building-m2.html 
http://maven.apache.org/guides/guides/development/guide-building-maven.html
+Redirect Permanent /guides/development/guide-m2-development.html 
http://maven.apache.org/guides/development/guide-maven-development.html
+Redirect Permanent /guides/development/guide-building-m2.html 
http://maven.apache.org/guides/development/guide-building-maven.html
 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/archives/maven-1.x/development-process.html


Reply via email to