diff options
| -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> |
