diff options
| -rw-r--r-- | challenge-287/matthias-muth/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/challenge-287/matthias-muth/README.md b/challenge-287/matthias-muth/README.md index 301144a02d..e71685fb46 100644 --- a/challenge-287/matthias-muth/README.md +++ b/challenge-287/matthias-muth/README.md @@ -234,7 +234,7 @@ sub strong_password( $str ) { } ``` -The [`ch-1.pl`](https:perl/ch-1.pl) file also contains switchable debugging output, and all the test cases. This is its output: +The `ch-1.pl` file also contains switchable debugging output, and all the test cases. This is its output: ```terminal ok 1 - Example 1: strong_password( "a" ) == 5 |
