Author: dwoods
Date: Tue Sep 16 13:13:17 2008
New Revision: 696036
URL: http://svn.apache.org/viewvc?rev=696036&view=rev
Log:
try to fix a problem with autoexport plugin with some redirects - fix last commit with cut-n-paste
errors
Modified:
geronimo/site/trunk/docs/.htaccess
Modified: geronimo/site/trunk/docs/.htaccess
URL: http://svn.apache.org/viewvc/geronimo/site/trunk/docs/.htaccess?rev=696036&r1=696035&r2=696036&view=diff
==============================================================================
--- geronimo/site/trunk/docs/.htaccess (original)
+++ geronimo/site/trunk/docs/.htaccess Tue Sep 16 13:13:17 2008
@@ -28,7 +28,7 @@
Redirect /additionalSamples.html http://cwiki.apache.org/GMOxSAMPLES
# Confluence autoexport is changing RELEASE-NOTES link incorrectly
-Redirect /GMOxDOC20 http://cwiki.apache.org/GMOxDOC21
+Redirect /GMOxDOC20 http://cwiki.apache.org/GMOxDOC20
Redirect /GMOxDOC21 http://cwiki.apache.org/GMOxDOC21
-Redirect /GMOxDOC22 http://cwiki.apache.org/GMOxDOC21
+Redirect /GMOxDOC22 http://cwiki.apache.org/GMOxDOC22
|