summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEli Bendersky <eliben@users.noreply.github.com>2016-06-19 05:12:49 -0700
committerGitHub <noreply@github.com>2016-06-19 05:12:49 -0700
commitf76d192122df06813a42553b297d46ba5fd5888f (patch)
tree141227d6b00494289adf4082648d8ab7e356f885
parenta47b919287a33dea55cc02b2f8c5f4be2ee8613c (diff)
parent8145344610e15580bf7b25b04bbb50988948259a (diff)
downloadpycparser-f76d192122df06813a42553b297d46ba5fd5888f.tar.gz
Merge pull request #128 from adamchainz/readthedocs.io
Convert readthedocs link for their .org -> .io migration for hosted projects
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 9ece559..36f3208 100644
--- a/README.rst
+++ b/README.rst
@@ -34,7 +34,7 @@ Anything that needs C code to be parsed. The following are some uses for
* Adding specialized extensions to the C language
One of the most popular uses of **pycparser** is in the `cffi
-<https://cffi.readthedocs.org/en/latest/>`_ library, which uses it to parse the
+<https://cffi.readthedocs.io/en/latest/>`_ library, which uses it to parse the
declarations of C functions and types in order to auto-generate FFIs.
**pycparser** is unique in the sense that it's written in pure Python - a very