diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2010-12-22 22:59:05 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2010-12-22 22:59:05 +0000 |
| commit | d85c97792bb8692bfc490fdbc9661d9b1b8b6ab9 (patch) | |
| tree | 98ef1a77e134a0b91dd4801361f4cc7b0457c604 | |
| parent | e2ceb0693624179eb511f07fac1c2e75029213cf (diff) | |
Updated svn URLs.
| -rw-r--r-- | templates/download.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index 2d2f581..ee671c3 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -20,21 +20,21 @@ <div class='standardMargins'> The best way to get the software is via <a href="http://subversion.tigris.org/">Subversion</a> (SVN). You can - <a href="http://svn.nutridb.org/viewvc/?root=nutridb">browse the repository</a> online, or make + <a href="http://code.nkinka.de/viewvc/?root=nutridb">browse the repository</a> online, or make checkouts: </div> <div style='margin-left: 2em;'> <div> - The whole repository: <code>svn checkout http://svn.nutridb.org/svnroot/nutridb</code> + The whole repository: <code>svn checkout http://code.nkinka.de/svnroot/nutridb</code> </div> <div> The production branch (that runs this site): <code>svn checkout - http://svn.nutridb.org/svnroot/nutridb/branches/production/</code> + http://code.nkinka.de/svnroot/nutridb/branches/production/</code> </div> <div> The development branch: <code>svn checkout - http://svn.nutridb.org/svnroot/nutridb/trunk/</code> + http://code.nkinka.de/svnroot/nutridb/trunk/</code> </div> </div> @@ -44,7 +44,7 @@ <div style='margin-left: 2em;'> <div> - Production: <a href="nutridb-production.tar.gz">nutridb-production.tar.gz</a> + Production: <a href="http://nutrib.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> |
