diff options
Diffstat (limited to 'templates/index.html')
| -rw-r--r-- | templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html index 7353742..8014921 100644 --- a/templates/index.html +++ b/templates/index.html @@ -33,7 +33,7 @@ </div> <div class="five columns"> <span class="inline-header">Source:</span> - <a href="//{{ .GitURL }}">{{ .GitURL }}</a> + <a href="//{{ .RepoURL }}">{{ .RepoURL }}</a> </div> <div class="two columns"> <a href="{{ .DocURL }}"> |