Skip to content

Commit 166ad77

Browse files
committed
<base> only affects relative URLs
1 parent 5464e71 commit 166ad77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

share/tt_lib/utils.tt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[% MACRO doc_links BLOCK -%]
22
<ul>
33
[% FOR m IN modules -%]
4-
<li><a href="/lib/[% m.module.0.name.replace('::', '/') %].html">[% m.module.0.name %]</a></li>
4+
<li><a href="lib/[% m.module.0.name.replace('::', '/') %].html">[% m.module.0.name %]</a></li>
55
[% END -%]
66
</ul>
77
[% END -%]

0 commit comments

Comments
 (0)