diff src/main/webapp/index.html @ 93:3d1a00418b42 admin_ui_rel_links

starting web admin ui with relative links. doesn't fully work yet.
author casties
date Mon, 09 Feb 2015 12:55:51 +0100
parents a8b9b2391ef3
children
line wrap: on
line diff
--- a/src/main/webapp/index.html	Mon Feb 09 12:50:47 2015 +0100
+++ b/src/main/webapp/index.html	Mon Feb 09 12:55:51 2015 +0100
@@ -24,9 +24,9 @@
 -->
   <h2>Admin</h2>
   <ul>
-    <li><a href="annotations/groups">View and edit groups</a></li>
-    <li><a href="annotations/persons">View and edit persons</a></li>
-    <li><a href="annotations/annotations">View and edit annotations</a></li>
+    <li><a href="annotations/groups/">View and edit groups</a></li>
+    <li><a href="annotations/persons/">View and edit persons</a></li>
+    <li><a href="annotations/annotations/">View and edit annotations</a></li>
   </ul>
 </body>
 </html>