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
commitd55fd658b6acf23ee138c691be9933b087723776 (patch)
tree624fe246993593d1dc93a248989407911bc658e4
parentba10aa0a9d2e9a9e1ca09243a79d94f411f7f740 (diff)
downloadcffi-d55fd658b6acf23ee138c691be9933b087723776.tar.gz
Fix link to pycparser pointing to its new home
-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 924caec..907503c 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.