diff options
Diffstat (limited to '')
-rw-r--r-- | templates/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html.tmpl b/templates/index.html.tmpl index de3a643..505ea70 100644 --- a/templates/index.html.tmpl +++ b/templates/index.html.tmpl @@ -13,7 +13,7 @@ <ul> {{- range .groups }} <li> - <a href="g/{{ . }}/repos/">{{ . }}</a> + <a href="{{ . }}/:/repos/">{{ . }}</a> </li> {{- end }} </ul> |