diff options
| author | Nathan Kinkade <kinkade@measurementlab.net> | 2019-08-27 10:58:57 -0600 |
|---|---|---|
| committer | Nathan Kinkade <kinkade@measurementlab.net> | 2019-08-27 10:58:57 -0600 |
| commit | 34972193073432105b8659407af5a914b3686f81 (patch) | |
| tree | 95852fd5af15c5fa35fa0cd74615cddee526ea80 | |
| parent | 2ff44b3bdf0bccda0af89627fe5a1802375ddb97 (diff) | |
Updates URLs and email from nkinka.de to kinkade.net.
| -rw-r--r-- | templates/contact.tpl | 2 | ||||
| -rw-r--r-- | templates/download.tpl | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/templates/contact.tpl b/templates/contact.tpl index c2405ff..e96c33c 100644 --- a/templates/contact.tpl +++ b/templates/contact.tpl @@ -8,7 +8,7 @@ <div class='standardMargins'> If you have any questions, comments or suggestions about NutriDB please contact - <a href="http://natha.nkinka.de">Nathan Kinkade</a> at <strong>nath@nkinka.de</strong>. + <a href="https://nathan.kinkade.net">Nathan Kinkade</a> at <strong>nathan@kinkade.net</strong>. </div> </div> diff --git a/templates/download.tpl b/templates/download.tpl index 32b7d9a..2ef6a40 100644 --- a/templates/download.tpl +++ b/templates/download.tpl @@ -21,13 +21,13 @@ </div> <div class='standardMargins'> 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 + <a href="https://nathan.kinkade.net/code/git/nutridb.git">browse the repository</a>, or make read-only clones: </div> <div style='margin-left: 2em;'> <div> - <code>git://natha.nkinka.de/nutridb.git</code> + <code>git clone https://nathan.kinkade.net/code/git/nutridb.git</code> </div> </div> |
