summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2018-04-12 20:27:43 -0700
committerEli Bendersky <eliben@gmail.com>2018-04-12 20:27:43 -0700
commit168f54c3ae324c3827d22fb90e456653e6fe584a (patch)
tree9b87ef3e54d61d996723e29ed36a16242ac5d5af /examples
parent444579918688d5c882def98d0749d02ec7652296 (diff)
downloadpycparser-168f54c3ae324c3827d22fb90e456653e6fe584a.tar.gz
Fix link
Diffstat (limited to 'examples')
-rw-r--r--examples/README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/README.rst b/examples/README.rst
index 8964227..048f5a4 100644
--- a/examples/README.rst
+++ b/examples/README.rst
@@ -4,5 +4,5 @@ Please note that most realistic C code samples would require running the C
preprocessor before passing the code to **pycparser**; see the `README file
<https://github.com/eliben/pycparser/blob/master/README.rst>`_ and
`this blog post
-<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headersfor>`_
+<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
more details.