summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAdam Chainz <adam@adamj.eu>2016-05-29 14:20:48 +0100
committerAdam Chainz <adam@adamj.eu>2016-05-29 14:20:48 +0100
commit8145344610e15580bf7b25b04bbb50988948259a (patch)
tree141227d6b00494289adf4082648d8ab7e356f885 /README.rst
parenta47b919287a33dea55cc02b2f8c5f4be2ee8613c (diff)
downloadpycparser-8145344610e15580bf7b25b04bbb50988948259a.tar.gz
Convert readthedocs link for their .org -> .io migration for hosted projects
As per their email ‘Changes to project subdomains’: > Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard. Test Plan: Manually visited all the links I’ve modified.
Diffstat (limited to 'README.rst')
-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