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 2006/06/04 10:05:20 UTC

svn commit: r411535 - /forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml

Author: crossley
Date: Sun Jun  4 01:05:20 2006
New Revision: 411535

URL: http://svn.apache.org/viewvc?rev=411535&view=rev
Log:
Fix source locations for last three image linking demos.

Modified:
    forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml

Modified: forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml
URL: http://svn.apache.org/viewvc/forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml?rev=411535&r1=411534&r2=411535&view=diff
==============================================================================
--- forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml (original)
+++ forrest/trunk/main/fresh-site/src/documentation/content/xdocs/samples/linking.xml Sun Jun  4 01:05:20 2006
@@ -462,7 +462,7 @@
         ellipse-2.png but did not find one anywhere. So the next sitemap match
         looks for a corresponding
         ellipse-2.svg and generates the PNG image on-the-fly.
-        The source file is found in src/documentation/resources/images/ directory.
+        The source file is found in the current directory src/documentation/content/xdocs/samples/
       </li>
       <li>
         <img src="cocoon-pyramid.png" alt="Icon"/><br />
@@ -470,13 +470,12 @@
         ... ASCII Art. Cocoon did not find a PNG image, nor an SVG file.
         So the next sitemap match looks for a corresponding
         cocoon-pryamid.aart and generates the PNG image on-the-fly.
-        The source file is found in src/documentation/resources/images/ directory.
+        The source file is found in the current directory src/documentation/content/xdocs/samples/
         </li>
         <li>
           <img src="icon-d.png" alt="Icon" />
           <code>&lt;img src="icon-d.png"</code>
-          ... Relative to this document. There is no leading slash, so the various image
-          locations are not used at all.
+          ... Relative to this document.
           The source file is found in the current directory src/documentation/content/xdocs/samples/
         </li>
       </ol>