aboutsummaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2018-07-25 05:52:21 -0700
committerEli Bendersky <eliben@gmail.com>2018-07-25 05:52:21 -0700
commitccd673eaeff0c84c257b62ebddc23d4a6dfe5b38 (patch)
treee5bd151ba0972e3ea2ced192c00c4822cc99280f /README.rst
parent92f65b6bd8539dfe7d3b1e8407d74092e03cb11b (diff)
parenta301cbbd55cd3e73c5476f3c1cc3e355dcf30ff0 (diff)
downloadpycparser-ccd673eaeff0c84c257b62ebddc23d4a6dfe5b38.tar.gz
Merge branch 'master' of github.com:eliben/pycparser
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 4f71a1e..4af8160 100644
--- a/README.rst
+++ b/README.rst
@@ -2,7 +2,7 @@
pycparser v2.18
===============
-:Author: `Eli Bendersky <http://eli.thegreenplace.net>`_
+:Author: `Eli Bendersky <https://eli.thegreenplace.net/>`_
.. contents::
@@ -79,7 +79,7 @@ Installing
Prerequisites
-------------
-* **pycparser** was tested on Python 2.7, 3.3-3.6, on both Linux and
+* **pycparser** was tested on Python 2.7, 3.4-3.6, on both Linux and
Windows. It should work on any later version (in both the 2.x and 3.x lines)
as well.
@@ -158,7 +158,7 @@ the source is a previously defined type. This is essential in order to be able
to parse C correctly.
See `this blog post
-<http://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
+<https://eli.thegreenplace.net/2015/on-parsing-c-type-declarations-and-fake-headers>`_
for more details.
Basic usage