summaryrefslogtreecommitdiff
path: root/examples/cdecl.py
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 /examples/cdecl.py
parente8afcc9ec212a35a285f4bd0357def92af5b81cb (diff)
downloadpycparser-1d866999094179514ce1053829c760b391abc067.tar.gz
Use https:// for all project links where available (#267)
Diffstat (limited to 'examples/cdecl.py')
-rw-r--r--examples/cdecl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cdecl.py b/examples/cdecl.py
index a510087..351efc2 100644
--- a/examples/cdecl.py
+++ b/examples/cdecl.py
@@ -29,7 +29,7 @@
# explain_c_declaration(c_decl, expand_struct=True)
# => p is a struct P containing {x is a int, y is a int}
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------
import copy