diff options
| author | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 16:01:29 +0000 |
|---|---|---|
| committer | Nathan Kinkade <nath@nkinka.de> | 2014-11-06 16:01:29 +0000 |
| commit | c50d0e0fc2252cf816207fc6bef8577cc5e82abb (patch) | |
| tree | 92bcb5c36a157904a1d2f3debf0d27a03a106f28 | |
| parent | 98b21b94d7683c896d864509d56c20d563e96f78 (diff) | |
| parent | f13b58d4871d57a080d7cea0c8c2be7a64f416ce (diff) | |
Merge branch 'dev'
| -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> |
