diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2009-01-24 02:52:38 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2009-01-24 02:52:38 +0000 |
| commit | 81005dc8e5fc153403c7fe3cfb5ecc5a195608ba (patch) | |
| tree | b3a7ad6910db87f3d552020c2277dd61c1fb5972 | |
| parent | d11c5fef8bfff3d6b21f6baf7944177745f630fb (diff) | |
Altered subversion paths now that everything is at code.nkinka.de
| -rw-r--r-- | templates/download.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index a4166be..be66004 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -26,15 +26,15 @@ <div style='margin-left: 2em;'> <div> - The whole repository: <code>svn checkout http://svn.nutridb.org/svnroot/</code> + The whole repository: <code>svn checkout http://svn.nutridb.org/svnroot/nutridb</code> </div> <div> The production branch (that runs this site): <code>svn checkout - http://svn.nutridb.org/svnroot/branches/production/</code> + http://svn.nutridb.org/svnroot/nutridb/branches/production/</code> </div> <div> The development branch: <code>svn checkout - http://svn.nutridb.org/svnroot/trunk/</code> + http://svn.nutridb.org/svnroot/nutridb/trunk/</code> </div> </div> |
