diff options
Diffstat (limited to 'examples/TAP.py')
-rw-r--r-- | examples/TAP.py | 2 |
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
|