aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/repo_branches.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo_branches.tmpl b/templates/repo_branches.tmpl
index d561e0c..fc9592d 100644
--- a/templates/repo_branches.tmpl
+++ b/templates/repo_branches.tmpl
@@ -54,7 +54,7 @@
{{- range .branches -}}
<tr>
<td>
- <a href="./?branch={{ . }}">{{ . }}</a>
+ <a href="../?branch={{ . }}">{{ . }}</a>
</td>
</tr>
{{- end -}}