aboutsummaryrefslogtreecommitdiff
path: root/examples/dump_ast.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/dump_ast.py
parente8afcc9ec212a35a285f4bd0357def92af5b81cb (diff)
downloadpycparser-1d866999094179514ce1053829c760b391abc067.tar.gz
Use https:// for all project links where available (#267)
Diffstat (limited to 'examples/dump_ast.py')
-rw-r--r--examples/dump_ast.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/dump_ast.py b/examples/dump_ast.py
index 3b6aae4..2cff874 100644
--- a/examples/dump_ast.py
+++ b/examples/dump_ast.py
@@ -3,7 +3,7 @@
#
# Basic example of parsing a file and dumping its parsed AST.
#
-# Eli Bendersky [http://eli.thegreenplace.net]
+# Eli Bendersky [https://eli.thegreenplace.net/]
# License: BSD
#-----------------------------------------------------------------
from __future__ import print_function