diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2010-12-22 23:00:56 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2010-12-22 23:00:56 +0000 |
| commit | 22bd552686aecbc04e5814a24cc1a2e69bed29a5 (patch) | |
| tree | 9ea6f4a50385170859daacaeea84df86d645ab89 | |
| parent | d85c97792bb8692bfc490fdbc9661d9b1b8b6ab9 (diff) | |
Doh. It's fixed a typo in 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 ee671c3..ade33a4 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -44,7 +44,7 @@ <div style='margin-left: 2em;'> <div> - Production: <a href="http://nutrib.org/nutridb-production.tar.gz">nutridb-production.tar.gz</a> + Production: <a href="http://nutridb.org/nutridb-production.tar.gz">nutridb-production.tar.gz</a> </div> <div> Development: <a href="http://dev.nutridb.org/nutridb-development.tar.gz">nutridb-development.tar.gz</a> |
