summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2018-04-12 20:27:03 -0700
committerEli Bendersky <eliben@gmail.com>2018-04-12 20:27:03 -0700
commit444579918688d5c882def98d0749d02ec7652296 (patch)
treed3fad81e77c0e02d1f21bdbc6658acedaedf0522 /examples
parent2e387d4a0bae786170c3fb424937797ddf889b51 (diff)
downloadpycparser-444579918688d5c882def98d0749d02ec7652296.tar.gz
Fix link formatting
Diffstat (limited to 'examples')
-rw-r--r--examples/README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/README.rst b/examples/README.rst
index 5e7251e..8964227 100644
--- a/examples/README.rst
+++ b/examples/README.rst
@@ -2,7 +2,7 @@ Run these examples from the root directory of pycparser.
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://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>`_
more details.