diff options
| author | Abigail <abigail@abigail.freedom.nl> | 2022-01-06 21:06:32 +0100 |
|---|---|---|
| committer | Abigail <abigail@abigail.freedom.nl> | 2022-01-06 21:06:32 +0100 |
| commit | 5ef21313761723d1a1e68fd07d770492a7365d56 (patch) | |
| tree | b77bdfec17bb722e9e4526298e3c24089b001456 | |
| parent | 2283fa58f497b5376d4750fd886ddf70e281fe1a (diff) | |
| download | perlweeklychallenge-club-5ef21313761723d1a1e68fd07d770492a7365d56.tar.gz perlweeklychallenge-club-5ef21313761723d1a1e68fd07d770492a7365d56.tar.bz2 perlweeklychallenge-club-5ef21313761723d1a1e68fd07d770492a7365d56.zip | |
Fix references
| -rw-r--r-- | challenge-003/abigail/python/ch-2.py | 2 | ||||
| -rw-r--r-- | challenge-003/abigail/r/ch-1.r | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-003/abigail/python/ch-2.py b/challenge-003/abigail/python/ch-2.py index 3518b91c8e..76bb1cfc4a 100644 --- a/challenge-003/abigail/python/ch-2.py +++ b/challenge-003/abigail/python/ch-2.py @@ -5,7 +5,7 @@ # # -# Run as python ch-2.py < input-file +# Run as: python ch-2.py < input-file # import fileinput diff --git a/challenge-003/abigail/r/ch-1.r b/challenge-003/abigail/r/ch-1.r index 208c5b4dde..95aeeeaae0 100644 --- a/challenge-003/abigail/r/ch-1.r +++ b/challenge-003/abigail/r/ch-1.r @@ -1,5 +1,5 @@ # -# See ../README.md +# See https://theweeklychallenge.org/blog/perl-weekly-challenge-003 # # |
