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