Author: cziegeler
Date: Fri Jul 11 05:02:42 2008
New Revision: 675926

URL: http://svn.apache.org/viewvc?rev=675926&view=rev
Log:
Make urls relative so that they use the current web application context 
(reported by Pierre-David Bélanger)

Modified:
    
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html

Modified: 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html?rev=675926&r1=675925&r2=675926&view=diff
==============================================================================
--- 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html 
(original)
+++ 
incubator/sling/trunk/launchpad/content/src/main/resources/content/index.html 
Fri Jul 11 05:02:42 2008
@@ -45,7 +45,7 @@
                        Sling applications use either scripts or Java servlets, 
selected based on simple name conventions, 
                        to process HTTP requests in a RESTful way.
 
-                       The embedded Apache Felix OSGi framework and <a 
href="/system/console">console</a> provide a dynamic 
+                       The embedded Apache Felix OSGi framework and <a 
href="system/console">console</a> provide a dynamic 
                        runtime environment, where code and content bundles can 
be loaded, unloaded and reconfigured at runtime.
            </p>
            <p>
@@ -67,7 +67,7 @@
                </p>            
                <p>
                        Note that you can mount the repository via WebDAV to 
explore or modify content,
-                       simply use the the <a href="/">root URL</a> as the 
WebDAV server URL.
+                       simply use the <a href="./">root URL</a> as the WebDAV 
server URL.
                </p>
                <p>
                        Use our 


Reply via email to