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