summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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.