diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 16:03:10 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 16:03:10 +0000 |
| commit | 97bc3664869615aa66611cb3788f8e6e15266e53 (patch) | |
| tree | cdbce55a9efc3ff5ea63cf5a9ed78bed30882189 | |
| parent | f13b58d4871d57a080d7cea0c8c2be7a64f416ce (diff) | |
Removed benign stray slash at end of URL.
| -rw-r--r-- | templates/download.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index f956a58..b297b3d 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -21,7 +21,7 @@ </div> <div class='standardMargins'> The source is also available in <a href="http://git-scm.com/">git</a>. You can - <a href="https://natha.nkinka.de/code/git/nutridb.git/">browse the repository</a>, or make + <a href="https://natha.nkinka.de/code/git/nutridb.git">browse the repository</a>, or make read-only clones: </div> |
