Changeset 100:f9ee715ee9e9 in AnnotationManagerN4J for src


Ignore:
Timestamp:
Feb 11, 2015, 7:02:56 PM (9 years ago)
Author:
casties
Branch:
default
Message:

make relative URLs in static file end in / to prevent redirection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/webapp/index.html

    r54 r100  
    1414  <h2>View public Annotations</h2>
    1515  <ul>
    16     <li><a href="tags">View tags</a></li>
    17     <li><a href="annotationBrowser">All Annotations</a></li>
     16    <li><a href="tags/">View tags</a></li>
     17    <li><a href="annotationBrowser/">All Annotations</a></li>
    1818  </ul>
    1919  <!-- TODO: should be configurable
     
    2525  <h2>Admin</h2>
    2626  <ul>
    27     <li><a href="annotations/groups">View and edit groups</a></li>
    28     <li><a href="annotations/persons">View and edit persons</a></li>
    29     <li><a href="annotations/annotations">View and edit annotations</a></li>
     27    <li><a href="annotations/groups/">View and edit groups</a></li>
     28    <li><a href="annotations/persons/">View and edit persons</a></li>
     29    <li><a href="annotations/annotations/">View and edit annotations</a></li>
    3030  </ul>
    3131</body>
Note: See TracChangeset for help on using the changeset viewer.