Author: Armin Rigo <[email protected]> Branch: Changeset: r2221:d8df9b34d5c5 Date: 2015-07-09 17:35 +0200 http://bitbucket.org/cffi/cffi/changeset/d8df9b34d5c5/
Log: Point to the bitbucket wiki. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ ==== 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 --- a/setup.py +++ b/setup.py @@ -137,7 +137,8 @@ ==== 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 @@ 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='[email protected]', _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
