You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@velocity.apache.org by cb...@apache.org on 2007/05/14 23:56:40 UTC

svn commit: r537995 - /velocity/dvsl/trunk/xdocs/project.xml

Author: cbrisson
Date: Mon May 14 14:56:38 2007
New Revision: 537995

URL: http://svn.apache.org/viewvc?view=rev&rev=537995
Log:
added a link to Jira, updated svn link

Modified:
    velocity/dvsl/trunk/xdocs/project.xml

Modified: velocity/dvsl/trunk/xdocs/project.xml
URL: http://svn.apache.org/viewvc/velocity/dvsl/trunk/xdocs/project.xml?view=diff&rev=537995&r1=537994&r2=537995
==============================================================================
--- velocity/dvsl/trunk/xdocs/project.xml (original)
+++ velocity/dvsl/trunk/xdocs/project.xml Mon May 14 14:56:38 2007
@@ -1,6 +1,6 @@
 <?xml version="1.0"?>
 
-<project href="/dvsl/devel/">
+<project href="./index.html">
 
   <title>DVSL</title>
   <logo href="images/dvsl.png"> &lt;  :)  /&gt;</logo>
@@ -11,21 +11,22 @@
     </menu>
 
     <menu name="About">
-        <item name="DVSL Home"               href="index.html"/>
-        <item name="Getting Started"        href="users-guide.html#Getting Started : Building and Using"/>
-        <item name="License"                href="license.html"/>
+        <item name="DVSL Home"              href="/index.html"/>
+        <item name="Getting Started"        href="/users-guide.html#Getting Started : Building and Using"/>
+        <item name="License"                href="/license.html"/>
     </menu>
 
     <menu name="Documentation">
-        <item name="Users Guide"            href="users-guide.html"/>
-        <item name="Ant Task Reference"     href="ant_task_reference.html"/>
-        <item name="More Resources"         href="more-resources.html"/>
+        <item name="Users Guide"            href="/users-guide.html"/>
+        <item name="Ant Task Reference"     href="/ant_task_reference.html"/>
+        <item name="More Resources"         href="/more-resources.html"/>
     </menu>
 
     <menu name="Community">
         <item name="Get Involved"           href="http://wiki.apache.org/velocity/GetInvolved"/>
-        <item name="Subversion Repository"  href="http://www.apache.org/dev/version-control.html"/>
+        <item name="Subversion Repository"  href="http://svn.apache.org/viewvc/velocity/dvsl/trunk/"/>
         <item name="Mailing List"           href="http://velocity.apache.org/contact.html"/>
+        <item name="Issues"                 href="https://issues.apache.org/jira/browse/DVSL"/>
     </menu>
 
   </body>