summaryrefslogtreecommitdiff
path: root/examples/TAP.py
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-25 15:17:19 -0500
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-25 15:18:46 -0500
commitc0339eb4af50880a66e6f0d19e3ecb3ce3469696 (patch)
tree6979d54a5b10eca137dba1be5a1c8791214e4cd1 /examples/TAP.py
parent86c412dddfd785d16976d08b1c74c1eac466bfcb (diff)
downloadpyparsing-git-c0339eb4af50880a66e6f0d19e3ecb3ce3469696.tar.gz
Use HTTPS URLs where available in docs, examples, and comments
Diffstat (limited to 'examples/TAP.py')
-rw-r--r--examples/TAP.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/TAP.py b/examples/TAP.py
index 3c642e4..18f57fd 100644
--- a/examples/TAP.py
+++ b/examples/TAP.py
@@ -3,7 +3,7 @@
#
# A pyparsing parser to process the output of the Perl
# "Test Anything Protocol"
-# (http://search.cpan.org/~petdance/TAP-1.00/TAP.pm)
+# (https://metacpan.org/pod/release/PETDANCE/TAP-1.00/TAP.pm)
#
# TAP output lines are preceded or followed by a test number range:
# 1..n