diff options
Diffstat (limited to 'libpathod')
-rw-r--r-- | libpathod/templates/download.html | 10 | ||||
-rw-r--r-- | libpathod/templates/index.html | 6 |
2 files changed, 8 insertions, 8 deletions
diff --git a/libpathod/templates/download.html b/libpathod/templates/download.html index e58437e0..2f6ed287 100644 --- a/libpathod/templates/download.html +++ b/libpathod/templates/download.html @@ -1,5 +1,5 @@ {% extends "frame.html" %} -{% block body %} +{% block body %} <section> <div class="page-header"> @@ -28,11 +28,11 @@ <p> You can find the project source on GitHub: </p> <div style="margin-top: 20px; margin-bottom: 20px"> - <a class="btn btn-primary btn-large" href="https://github.com/cortesi/pathod">github.com/cortesi/pathod</a> + <a class="btn btn-primary btn-large" href="https://github.com/mitmproxy/pathod">github.com/mitmproxy/pathod</a> </div> <p>Please also use the <a - href="https://github.com/cortesi/pathod/issues">github issue tracker</a> to + href="https://github.com/mitmproxy/pathod/issues">github issue tracker</a> to report bugs. </p> </section> @@ -45,9 +45,9 @@ </div> <div style="margin-top: 20px; margin-bottom: 20px"> - <a class="btn btn-primary btn-large" href="https://github.com/downloads/cortesi/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a> + <a class="btn btn-primary btn-large" href="https://github.com/downloads/mitmproxy/pathod/pathod-{{version}}.tar.gz">pathod-{{version}}.tar.gz</a> </div> </section> -{% endblock %} +{% endblock %} 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 %} |