Author: britter
Date: Fri Feb 28 11:13:34 2014
New Revision: 1572919
URL: http://svn.apache.org/r1572919
Log:
Correct link to attributes website
Modified:
commons/cms-site/trunk/content/site.xml
commons/cms-site/trunk/content/xdoc/dormant.xml
Modified: commons/cms-site/trunk/content/site.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/site.xml?rev=1572919&r1=1572918&r2=1572919&view=diff
==============================================================================
--- commons/cms-site/trunk/content/site.xml (original)
+++ commons/cms-site/trunk/content/site.xml Fri Feb 28 11:13:34 2014
@@ -111,7 +111,7 @@
</item>
<item name="Dormant" href="/dormant.html" collapse="true">
<!-- This list should agree with xdoc/dormant/index.xml -->
- <item name="Attributes" href="/dormant/attributes/" />
+ <item name="Attributes" href="/dormant/commons-attributes/" />
<item name="Cache" href="/dormant/cache/" />
<item name="Clazz" href="/dormant/clazz/" />
<item name="Contract" href="/dormant/contract/" />
Modified: commons/cms-site/trunk/content/xdoc/dormant.xml
URL:
http://svn.apache.org/viewvc/commons/cms-site/trunk/content/xdoc/dormant.xml?rev=1572919&r1=1572918&r2=1572919&view=diff
==============================================================================
--- commons/cms-site/trunk/content/xdoc/dormant.xml (original)
+++ commons/cms-site/trunk/content/xdoc/dormant.xml Fri Feb 28 11:13:34 2014
@@ -38,7 +38,7 @@
<table>
<!-- This list should agree with ../../site.xml -->
<tr><th>Dormant</th><th></th></tr>
- <tr><td><a href="./dormant/attributes/">Attributes</a></td>
+ <tr><td><a href="./dormant/commons-attributes/">Attributes</a></td>
<td>Runtime API to metadata attributes such as doclet
tags.</td></tr>
<tr><td><a href="./dormant/cache/">Cache</a></td>
<td>Cache provides object caching services.</td></tr>