diff options
| author | Luis Mochan <mochan@fis.unam.mx> | 2021-02-02 08:11:01 -0600 |
|---|---|---|
| committer | Luis Mochan <mochan@fis.unam.mx> | 2021-02-02 08:11:01 -0600 |
| commit | 5fd1a86b0e509d1cb426c034804354fa8b904565 (patch) | |
| tree | e82c681465dc15cebf7240e3a8a69d282280c8f3 /challenge-097 | |
| parent | 4cf55fdcc4a541f73b84fd0f89587804aad285a7 (diff) | |
| download | perlweeklychallenge-club-5fd1a86b0e509d1cb426c034804354fa8b904565.tar.gz perlweeklychallenge-club-5fd1a86b0e509d1cb426c034804354fa8b904565.tar.bz2 perlweeklychallenge-club-5fd1a86b0e509d1cb426c034804354fa8b904565.zip | |
Fix wrong links in comments for all programs
Diffstat (limited to 'challenge-097')
| -rwxr-xr-x | challenge-097/wlmb/perl/ch-1.pl | 2 | ||||
| -rwxr-xr-x | challenge-097/wlmb/perl/ch-2.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/challenge-097/wlmb/perl/ch-1.pl b/challenge-097/wlmb/perl/ch-1.pl index 20f827b4dd..adbfbec102 100755 --- a/challenge-097/wlmb/perl/ch-1.pl +++ b/challenge-097/wlmb/perl/ch-1.pl @@ -2,7 +2,7 @@ # Perl weekly challenge 097 # Task 1: Caesar Cipher # -# See https:/wlmb.github.io/2021/01/25/PWC097/#task-1-caesar-cipher +# See https://wlmb.github.io/2021/01/25/PWC097/#task-1-caesar-cipher use warnings; use strict; use v5.12; diff --git a/challenge-097/wlmb/perl/ch-2.pl b/challenge-097/wlmb/perl/ch-2.pl index 18805d1ea9..0af6e9dc94 100755 --- a/challenge-097/wlmb/perl/ch-2.pl +++ b/challenge-097/wlmb/perl/ch-2.pl @@ -2,7 +2,7 @@ # Perl weekly challenge 097 # Task 1: Binary substrings # -# See https:/wlmb.github.io/2021/01/25/PWC097/#task-2-binary-substrings +# See https://wlmb.github.io/2021/01/25/PWC097/#task-2-binary-substrings use warnings; use strict; use v5.12; |
