diff options
author | Daniel Friesel <derf@finalrewind.org> | 2015-02-27 19:50:20 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2015-02-27 19:50:20 +0100 |
commit | 5268977803fde3e15ad59bdd1673cb7d85d0a01f (patch) | |
tree | 5c84b9a3fdabe1124cedc678673d669c376da5e0 | |
parent | df00e940c3b2c01737cee11c3b1646a90b3311a2 (diff) |
about link -> github
-rw-r--r-- | templates/layouts/default.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/default.html.ep b/templates/layouts/default.html.ep index 1c1950b..a101e50 100644 --- a/templates/layouts/default.html.ep +++ b/templates/layouts/default.html.ep @@ -27,7 +27,7 @@ %= content <div class="about"> -<a href="http://finalrewind.org/projects/db-fakedisplay/">dbdb</a> +<a href="https://github.com/derf/iris-delay-stats">dbdb</a> v<%= stash('version') // '???' %> </div> |