summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-06-26 13:49:35 -0700
committerEli Bendersky <eliben@users.noreply.github.com>2018-06-26 13:49:35 -0700
commit1d866999094179514ce1053829c760b391abc067 (patch)
tree9589e1e6b8f859cda08ae0600fb7540a998634b3 /README.rst
parente8afcc9ec212a35a285f4bd0357def92af5b81cb (diff)
downloadpycparser-1d866999094179514ce1053829c760b391abc067.tar.gz
Use https:// for all project links where available (#267)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 4f71a1e..b8d9f17 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::
@@ -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