aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohammad S Anwar <Mohammad.Anwar@yahoo.com>2022-12-01 08:41:46 +0000
committerGitHub <noreply@github.com>2022-12-01 08:41:46 +0000
commitabf78a84fb7f157a6c1de5c3b0018ce8f996385e (patch)
tree224ef9d68c930feeabca55a8cf443b8d96b8fc13
parenta2e83078f174858d6f30ac851ab63f1f2cc18fba (diff)
parent82359bea2e55e705b4e1024987381cf1c3739aba (diff)
downloadperlweeklychallenge-club-abf78a84fb7f157a6c1de5c3b0018ce8f996385e.tar.gz
perlweeklychallenge-club-abf78a84fb7f157a6c1de5c3b0018ce8f996385e.tar.bz2
perlweeklychallenge-club-abf78a84fb7f157a6c1de5c3b0018ce8f996385e.zip
Merge pull request #7184 from jo-37/contrib
Fix blog link
-rwxr-xr-xchallenge-192/jo-37/perl/ch-2.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-192/jo-37/perl/ch-2.pl b/challenge-192/jo-37/perl/ch-2.pl
index 7739cca720..e190f24b14 100755
--- a/challenge-192/jo-37/perl/ch-2.pl
+++ b/challenge-192/jo-37/perl/ch-2.pl
@@ -31,7 +31,7 @@ say num_moves(@ARGV);
### Implementation
# See the blog
-# https://github.com/jo-37/perlweeklychallenge-club/blob/master/challenge-192/jo-37/blog.pdf
+# https://github.com/jo-37/perlweeklychallenge-club/blob/master/challenge-192/jo-37/ch-2.pdf
# for a derivation of the formula behind this implementation.
sub num_moves {