From 1b80709ac09ecd2d9fc73b50cb2015f3c958bd0d Mon Sep 17 00:00:00 2001 From: Packy Anderson Date: Wed, 25 Oct 2023 01:58:38 -0400 Subject: Fix blog link for Packy Anderson challenge 240 --- challenge-240/packy-anderson/README.md | 2 +- challenge-240/packy-anderson/blog.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-240/packy-anderson/README.md b/challenge-240/packy-anderson/README.md index ca5343fc14..90e10e72b2 100644 --- a/challenge-240/packy-anderson/README.md +++ b/challenge-240/packy-anderson/README.md @@ -81,4 +81,4 @@ Output: (4, 5, 0, 1, 2, 3) ## Blog Post -[Perl Weekly Challenge: Building Acronym Arrays](https://packy.dardan.com/perl-weekly-challenge-building-acronym-arrays/) +[Perl Weekly Challenge: Building Acronym Arrays](https://packy.dardan.com/2023/10/25/perl-weekly-challenge-building-acronym-arrays/) diff --git a/challenge-240/packy-anderson/blog.txt b/challenge-240/packy-anderson/blog.txt index 4b630f6b05..483113fdb9 100644 --- a/challenge-240/packy-anderson/blog.txt +++ b/challenge-240/packy-anderson/blog.txt @@ -1 +1 @@ -https://packy.dardan.com/perl-weekly-challenge-building-acronym-arrays/ \ No newline at end of file +https://packy.dardan.com/2023/10/25/perl-weekly-challenge-building-acronym-arrays/ \ No newline at end of file -- cgit