diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 15:56:17 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 15:56:17 +0000 |
| commit | f13b58d4871d57a080d7cea0c8c2be7a64f416ce (patch) | |
| tree | e64b416a45ca267a3ca27c205987892b677e34e0 | |
| parent | 77fc922d68b8537e700ab5b6676e848a7da3239c (diff) | |
Removed references to subversion... all is git now.
| -rw-r--r-- | templates/download.tpl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/download.tpl b/templates/download.tpl index e98c7af..f956a58 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -20,14 +20,14 @@ </div> </div> <div class='standardMargins'> - The software is also available via <a href="http://subversion.tigris.org/">Subversion</a> (SVN). You can - <a href="http://code.nkinka.de/viewvc/?root=nutridb">browse the repository</a> online, or make - checkouts: + The source is also available in <a href="http://git-scm.com/">git</a>. You can + <a href="https://natha.nkinka.de/code/git/nutridb.git/">browse the repository</a>, or make + read-only clones: </div> <div style='margin-left: 2em;'> <div> - <code>svn checkout http://code.nkinka.de/svnroot/nutridb/branches/production/</code> + <code>git://natha.nkinka.de/nutridb.git</code> </div> </div> |
