Skip to content

Commit 7489834

Browse files
author
Vladimir Kotal
committed
fix subdirectory links
1 parent 1e75da1 commit 7489834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opengrok-web/src/main/webapp/WEB-INF/tags/repository.tag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Portions Copyright (c) 2019, Krystof Tulinger <[email protected]>.
5757

5858
<tr>
5959
<td class="name ${isSubrepository ? "subrepository" : "repository"}">
60-
<a href="${pageContext.request.getContextPath()}${Prefix.XREF_P.toString()}/${project.name}"
60+
<a href="${pageContext.request.getContextPath()}${Prefix.XREF_P.toString()}/${name}"
6161
title="Xref for project ${Util.htmlize(name)}">
6262
${Util.htmlize(name)}
6363
</a>

0 commit comments

Comments
 (0)