Skip to content

Commit dcd87be

Browse files
committed
[hotfix] broken nav links
closes #154
1 parent 7313607 commit dcd87be

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/main/xar-resources/templates/page.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,13 +83,13 @@
8383
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation</a>
8484
<ul class="dropdown-menu">
8585
<li>
86-
<a href="{doc}/documentation.xml">Documentation</a>
86+
<a href="documentation.xml">Documentation</a>
8787
</li>
8888
<li>
8989
<a href="{fundocs}/index.html">XQuery Functions</a>
9090
</li>
9191
<li>
92-
<a href="{doc}/getting-help.xml">Get Support</a>
92+
<a href="getting-help.xml">Get Support</a>
9393
</li>
9494
<li>
9595
<a href="http://exist-db.org/exist/apps/wiki/">News / Wiki</a>
@@ -159,7 +159,7 @@
159159
<a href="http://exist-db.org">eXist-db.org</a>
160160
</li>
161161
<li>
162-
<a href="{doc}/documentation.xml">Documentation</a>
162+
<a href="documentation.xml">Documentation</a>
163163
</li>
164164
<li>
165165
<a href="{demo}/index.html">Demo</a>
@@ -168,7 +168,7 @@
168168
<a href="/status">Status</a>
169169
</li>
170170
<li>
171-
<a href="{doc}/legal.xml">Legal</a>
171+
<a href="legal.xml">Legal</a>
172172
</li>
173173
</ul>
174174
<div id="copyright" class="hidden-xs">
@@ -193,4 +193,4 @@
193193
});
194194
</script>
195195
</body>
196-
</html>
196+
</html>

0 commit comments

Comments
 (0)