summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--setup.py5
2 files changed, 4 insertions, 5 deletions
diff --git a/README.md b/README.md
index 9751d6b..4e69004 100644
--- a/README.md
+++ b/README.md
@@ -2,8 +2,8 @@ CFFI
====
Foreign Function Interface for Python calling C code.
-Please see the [Documentation](http://bitbucket.org/cffi/cffi/wiki/)
-(sources in the doc/ directory of the main repo).
+Please see the [Documentation](http://cffi.readthedocs.org/) or uncompiled
+in the doc/ subdirectory.
Download
--------
diff --git a/setup.py b/setup.py
index 1d28052..0c06c66 100644
--- a/setup.py
+++ b/setup.py
@@ -137,8 +137,7 @@ CFFI
====
Foreign Function Interface for Python calling C code.
-Please see the `Documentation <http://bitbucket.org/cffi/cffi/wiki/>`_
-(sources in the doc/ directory of the main repo).
+Please see the `Documentation <http://cffi.readthedocs.org/>`_.
Contact
-------
@@ -151,7 +150,7 @@ Contact
if cpython else {},
zip_safe=False,
- url='http://bitbucket.org/cffi/cffi/wiki/',
+ url='http://cffi.readthedocs.org',
author='Armin Rigo, Maciej Fijalkowski',
author_email='python-cffi@googlegroups.com',