You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ju...@apache.org on 2010/09/10 19:36:24 UTC

svn commit: r995888 - /sling/trunk/launchpad/content/src/main/resources/content/index.html

Author: justin
Date: Fri Sep 10 17:36:24 2010
New Revision: 995888

URL: http://svn.apache.org/viewvc?rev=995888&view=rev
Log:
SLING-1750 - fixing path references on the index page

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

Modified: sling/trunk/launchpad/content/src/main/resources/content/index.html
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/content/src/main/resources/content/index.html?rev=995888&r1=995887&r2=995888&view=diff
==============================================================================
--- sling/trunk/launchpad/content/src/main/resources/content/index.html (original)
+++ sling/trunk/launchpad/content/src/main/resources/content/index.html Fri Sep 10 17:36:24 2010
@@ -22,7 +22,7 @@
   <head>
     <title>Welcome to the Sling Launchpad</title>
     <link rel="stylesheet" type="text/css" href="sling.css"/>
-    <script src="../system/sling.js"/></script>
+    <script src="system/sling.js"></script>
   </head>
   <body>
     <div class="title">
@@ -35,10 +35,10 @@
     
     <div class="menu">
        <div id="menu_login" style="display:none; padding: 10px;">
-          <a href="/system/sling/login.html">Login</a> | <a href="signup.html">Sign Up</a>
+          <a href="system/sling/login.html">Login</a> | <a href="signup.html">Sign Up</a>
      </div>
        <div id="menu_logout" style="display:none; padding: 10px;">
-          <strong id="menu_username"> ??? </strong> | <a href="/system/sling/logout.html">Logout</a>
+          <strong id="menu_username"> ??? </strong> | <a href="system/sling/logout.html">Logout</a>
      </div>
     </div>          
   
@@ -74,7 +74,7 @@
         </p>
 		<p>
 			If you have the "Sling Explorer" bundle installed, 
-			you can <a href="/.explorer.html">browse the resource tree by clicking here</a>. 			
+			you can <a href=".explorer.html">browse the resource tree by clicking here</a>.
 		</p>
         <p>
             Note that you can mount the repository via WebDAV to explore or modify content,