diff options
author | Armin Rigo <arigo@tunes.org> | 2015-07-09 20:30:39 +0200 |
---|---|---|
committer | Armin Rigo <arigo@tunes.org> | 2015-07-09 20:30:39 +0200 |
commit | a1a491d35395f80210d69068fb20c1d5a2fcd33c (patch) | |
tree | 169588268225f038aafa81d2702a21a3a6dc8923 /README.md | |
parent | f0b93bacb0f1a97da4e6dab510aa81416927ff87 (diff) | |
download | cffi-a1a491d35395f80210d69068fb20c1d5a2fcd33c.tar.gz |
backout d8df9b34d5c and keep using readthedocs as the default doc
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 -------- |