From 5ef21313761723d1a1e68fd07d770492a7365d56 Mon Sep 17 00:00:00 2001 From: Abigail Date: Thu, 6 Jan 2022 21:06:32 +0100 Subject: Fix references --- challenge-003/abigail/python/ch-2.py | 2 +- 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 # # -- cgit