You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/12/15 12:56:22 UTC

svn commit: r1906015 - in /commons/cms-site/trunk/content: resources/.htaccess site.xml

Author: ggregory
Date: Thu Dec 15 12:56:21 2022
New Revision: 1906015

URL: http://svn.apache.org/viewvc?rev=1906015&view=rev
Log:
Fix links to commons-parent site

Modified:
    commons/cms-site/trunk/content/resources/.htaccess
    commons/cms-site/trunk/content/site.xml

Modified: commons/cms-site/trunk/content/resources/.htaccess
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/resources/.htaccess?rev=1906015&r1=1906014&r2=1906015&view=diff
==============================================================================
--- commons/cms-site/trunk/content/resources/.htaccess (original)
+++ commons/cms-site/trunk/content/resources/.htaccess Thu Dec 15 12:56:21 2022
@@ -22,9 +22,13 @@ Redirect /sandbox/index.html /sandbox.ht
 # miscellaneous
 Redirect /build-plugin /proper/commons-build-plugin
 Redirect /commons-build-plugin /proper/commons-build-plugin
+
 Redirect /release-plugin /proper/commons-release-plugin
 Redirect /commons-release-plugin /proper/commons-release-plugin
 
+Redirect /parent /proper/commons-parent
+Redirect /commons-parent /proper/commons-parent
+
 #propers
 Redirect /attributes /proper/commons-attributes
 Redirect /bcel /proper/commons-bcel

Modified: commons/cms-site/trunk/content/site.xml
URL: http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1906015&r1=1906014&r2=1906015&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Thu Dec 15 12:56:21 2022
@@ -161,7 +161,7 @@
       <item name="Volunteering"           href="/volunteering.html" />
       <item name="Contributing Patches"   href="/patches.html" />
       <item name="Building Components"    href="/building.html" />
-      <item name="Commons Parent POM"     href="/commons-parent-pom.html" />
+      <item name="Commons Parent POM"     href="/commons-parent/index.html" />
       <item name="Commons Build Plugin"   href="/build-plugin/index.html" />
       <item name="Commons Release Plugin" href="/release-plugin/index.html" />
       <item name="Site Publication"       href="/site-publish.html" />