aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-11-30 20:17:15 +0100
committerJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-11-30 20:17:15 +0100
commit82359bea2e55e705b4e1024987381cf1c3739aba (patch)
tree224ef9d68c930feeabca55a8cf443b8d96b8fc13
parenta2e83078f174858d6f30ac851ab63f1f2cc18fba (diff)
downloadperlweeklychallenge-club-82359bea2e55e705b4e1024987381cf1c3739aba.tar.gz
perlweeklychallenge-club-82359bea2e55e705b4e1024987381cf1c3739aba.tar.bz2
perlweeklychallenge-club-82359bea2e55e705b4e1024987381cf1c3739aba.zip
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 {