diff options
Diffstat (limited to 'libpathod/templates/index.html')
-rw-r--r-- | libpathod/templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libpathod/templates/index.html b/libpathod/templates/index.html index 337f361c..06a42dec 100644 --- a/libpathod/templates/index.html +++ b/libpathod/templates/index.html @@ -1,5 +1,5 @@ {% extends "frame.html" %} -{% block body %} +{% block body %} <div class="masthead"> @@ -58,7 +58,7 @@ <ul> <li>Current release: <a href="http://mitmproxy.org/download/pathod-{{version}}.tar.gz">pathod {{version}}</a></li> - <li>GitHub: <a href="http://github.com/mitmproxy/pathod">github.com/cortesi/pathod</a></li> + <li>GitHub: <a href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a></li> </li> </div> </div> @@ -66,4 +66,4 @@ </section> -{% endblock %} +{% endblock %} |