Author: Eli Bendersky <[email protected]> Branch: eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984 Changeset: r1430:744ba8a30a4a Date: 2013-11-26 13:44 +0000 http://bitbucket.org/cffi/cffi/changeset/744ba8a30a4a/
Log: Fix link to pycparser pointing to its new home diff --git a/doc/source/index.rst b/doc/source/index.rst --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -74,7 +74,7 @@ ``python-dev`` and ``libffi-dev`` (for Windows, libffi is included with CFFI). -* pycparser >= 2.06: http://code.google.com/p/pycparser/ +* pycparser >= 2.06: https://github.com/eliben/pycparser * a C compiler is required to use CFFI during development, but not to run correctly-installed programs that use CFFI. _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
