diff --git a/README.mkd b/README.mkd
index 972c7fe3e..538731a23 100644
--- a/README.mkd
+++ b/README.mkd
@@ -4,15 +4,15 @@ __pathod__ is a collection of pathological tools for testing and torturing HTTP
clients and servers. The project has three components:
- __pathod__, an pathological HTTP daemon.
-- __pathoc__, a perverse HTTP client.
+- __pathoc__, a perverse HTTP client.
- __libpathod.test__, an API for easily using __pathod__ and __pathoc__ in unit tests.
# Documentation
The pathod documentation is self-hosted. Just fire up pathod, like so:
-
- ./pathod
+
+ ./pathod
And then browse to:
@@ -20,20 +20,20 @@ And then browse to:
You can aways view the documentation for the latest release at the pathod
website:
-
+
http://pathod.net
# Installing
If you already have __pip__ on your system, installing __pathod__ and its
dependencies is dead simple:
-
+
pip install pathod
The project has the following dependencies:
-* [netlib](http://github.com/cortesi/netlib)
-* [requests](http://docs.python-requests.org/en/latest/index.html)
+* [netlib](https://github.com/mitmproxy/netlib)
+* [requests](http://docs.python-requests.org/en/latest/index.html)
The project's test suite uses the
[nose](http://nose.readthedocs.org/en/latest/) unit testing framework.
diff --git a/README.txt b/README.txt
index c531b93a4..9f13f0663 100644
--- a/README.txt
+++ b/README.txt
@@ -38,6 +38,6 @@ The project has the following dependencies:
The project's test suite uses the nose_ unit testing framework.
-.. _netlib: http://github.com/cortesi/netlib
+.. _netlib: https://github.com/mitmproxy/netlib
.. _requests: http://docs.python-requests.org/en/latest/index.html
.. _nose: http://nose.readthedocs.org/en/latest/
diff --git a/libpathod/templates/download.html b/libpathod/templates/download.html
index e58437e07..2f6ed2873 100644
--- a/libpathod/templates/download.html
+++ b/libpathod/templates/download.html
@@ -1,5 +1,5 @@
{% extends "frame.html" %}
-{% block body %}
+{% block body %}
You can find the project source on GitHub: Please also use the github issue tracker to
+ href="https://github.com/mitmproxy/pathod/issues">github issue tracker to
report bugs.