summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2013-11-26 13:44:53 +0000
committerEli Bendersky <eliben@gmail.com>2013-11-26 13:44:53 +0000
commita956cf2a1c86ec5ec07f3991c1d83cc4349b4b98 (patch)
tree45a2b0c53fd18f5f3bed1147649c85af52def830
parentd0e47567d9843bea74a781d9abee69752b3db74e (diff)
downloadcffi-eliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984.tar.gz
Fix link to pycparser pointing to its new homeeliben/fix-link-to-pycparser-pointing-to-its-ne-1385473489984
-rw-r--r--doc/source/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index 8f7023c..6282e9f 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -74,7 +74,7 @@ Requirements:
``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.