From 82359bea2e55e705b4e1024987381cf1c3739aba Mon Sep 17 00:00:00 2001 From: Jörg Sommrey <28217714+jo-37@users.noreply.github.com> Date: Wed, 30 Nov 2022 20:17:15 +0100 Subject: Fix blog link --- challenge-192/jo-37/perl/ch-2.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit