Author: crossley
Date: Sat May 21 19:18:41 2005
New Revision: 171271
URL: http://svn.apache.org/viewcvs?rev=171271&view=rev
Log:
Better method of declaring site.xml entries.
Modified:
forrest/trunk/site-author/content/xdocs/docs/faq.xml
forrest/trunk/site-author/content/xdocs/site.xml
Modified: forrest/trunk/site-author/content/xdocs/docs/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs/faq.xml?rev=171271&r1=171270&r2=171271&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs/faq.xml Sat May 21 19:18:41 2005
@@ -148,7 +148,7 @@
<question>How do I link to raw files such as config.txt and brochure.pdf? </question>
<answer>
<p>Handling of raw files was significantly changed in Forrest 0.7. See
- <link href="site:upgrading_07_raw">Upgrading to Apache Forrest 0.7</link>
for
+ <link href="site:upgrading_07/raw">Upgrading to Apache Forrest 0.7</link>
for
all the details.</p>
</answer>
</faq>
Modified: forrest/trunk/site-author/content/xdocs/site.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/site.xml?rev=171271&r1=171270&r2=171271&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/site.xml (original)
+++ forrest/trunk/site-author/content/xdocs/site.xml Sat May 21 19:18:41 2005
@@ -92,7 +92,7 @@
<upgrading label="Upgrading">
<upgrading_07 label="Upgrading to 0.7" href="upgrading_07.html">
- <upgrading_07_raw href="#raw"/>
+ <raw href="#raw"/>
</upgrading_07>
<upgrading_06 label="Upgrading to 0.6" href="upgrading_06.html"/>
<upgrading_05 href="upgrading_05.html"/>
|