summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2017-09-17 11:22:46 -0700
committerBenjamin Peterson <benjamin@python.org>2017-09-17 11:22:46 -0700
commitc3698c233753c53886767c68eb11179802cb1870 (patch)
tree41976ee0728f3fa89eb1394262759ebbb504ae52 /README.rst
parentecadc26e5df312124aee9ac3e4deb431c66b279b (diff)
downloadsix-git-c3698c233753c53886767c68eb11179802cb1870.tar.gz
point to read the docs
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 84e6a50..c17d8d7 100644
--- a/README.rst
+++ b/README.rst
@@ -16,7 +16,7 @@ Six supports every Python version since 2.6. It is contained in only one Python
file, so it can be easily copied into your project. (The copyright and license
notice must be retained.)
-Online documentation is at https://pythonhosted.org/six/.
+Online documentation is at http://six.rtfd.org.
Bugs can be reported to https://github.com/benjaminp/six. The code can also
be found there.