You are viewing a plain text version of this content. The canonical link for it is here.
Posted to svn@forrest.apache.org by cr...@apache.org on 2005/06/24 07:20:32 UTC

svn commit: r201567 - /forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Author: crossley
Date: Thu Jun 23 22:20:30 2005
New Revision: 201567

URL: http://svn.apache.org/viewcvs?rev=201567&view=rev
Log:
Simplify the examples of linking with "site:" protocol.
Don't confuse users with our fancy site.xml

Modified:
    forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml

Modified: forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml
URL: http://svn.apache.org/viewcvs/forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml?rev=201567&r1=201566&r2=201567&view=diff
==============================================================================
--- forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml (original)
+++ forrest/trunk/site-author/content/xdocs/docs_0_80/faq.xml Thu Jun 23 22:20:30 2005
@@ -137,14 +137,14 @@
         <p>
           These documents can be linked to from other documents, like this:
         </p>
-        <source><![CDATA[<a href="site:v0.80//faq/tech"> link to the top of the Tech FAQs
-<a href="site:v0.80//faq/tech/docbook"> link to the DocBook FAQ in the Tech FAQs]]></source>
+        <source><![CDATA[<a href="site:faq/tech"> link to the top of the Tech FAQs
+<a href="site:faq/tech/docbook"> link to the DocBook FAQ in the Tech FAQs]]></source>
 
         <p>
           If that "docbook" entry was a unique name in your site.xml then you
           can shorten that latter link:
         </p>
-        <source><![CDATA[<a href="site:v0.80//docbook"> link to the DocBook FAQ in the Tech FAQs]]></source>
+        <source><![CDATA[<a href="site:docbook"> link to the DocBook FAQ in the Tech FAQs]]></source>
       </answer>
     </faq>
     <faq id="examples">