diff options
author | Paul McGuire <ptmcg@users.noreply.github.com> | 2018-12-26 16:23:09 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-26 16:23:09 -0600 |
commit | 95ad65fe6a962cc8ea519abefde85f0bc1f75b7e (patch) | |
tree | 6979d54a5b10eca137dba1be5a1c8791214e4cd1 /examples/verilogParse.py | |
parent | 86c412dddfd785d16976d08b1c74c1eac466bfcb (diff) | |
parent | c0339eb4af50880a66e6f0d19e3ecb3ce3469696 (diff) | |
download | pyparsing-git-95ad65fe6a962cc8ea519abefde85f0bc1f75b7e.tar.gz |
Merge pull request #61 from jdufresne/https
Use HTTPS URLs where available in docs, examples, and comments
Diffstat (limited to 'examples/verilogParse.py')
-rw-r--r-- | examples/verilogParse.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/verilogParse.py b/examples/verilogParse.py index 6161013..f39883f 100644 --- a/examples/verilogParse.py +++ b/examples/verilogParse.py @@ -19,8 +19,8 @@ # # If you find this software to be useful, please make a donation to one # of the following charities: -# - the Red Cross (http://www.redcross.org) -# - Hospice Austin (http://www.hospiceaustin.org) +# - the Red Cross (https://www.redcross.org/) +# - Hospice Austin (https://www.hospiceaustin.org/) # # DISCLAIMER: # THIS SOFTWARE IS PROVIDED BY PAUL T. McGUIRE ``AS IS'' AND ANY EXPRESS OR |