From a2a75dcba0a606d0b251959490c8d701de91c972 Mon Sep 17 00:00:00 2001 From: Andrew Shitov Date: Fri, 4 Dec 2020 09:22:05 +0100 Subject: fix links --- challenge-089/ash/readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenge-089/ash/readme.md b/challenge-089/ash/readme.md index 9870595c8c..e21127020f 100644 --- a/challenge-089/ash/readme.md +++ b/challenge-089/ash/readme.md @@ -12,9 +12,9 @@ Implemenations of [Problem 1 of Week 89](https://perlweeklychallenge.org/blog/pe 1. [Lua](lua/ch-1.lua) 1. [Scala](scala/ch-1.scala) 1. [C#](csharp/ch-1.cs) -1. [Dart](dart.ch-1.dart) +1. [Dart](dart/ch-1.dart) 1. [Julia](julia/ch-1.julia) -1. [D](d/ch-1.d) +1. [D](d/ch1.d) 1. [Lisp (SBCL)](lisp/ch-1.lisp) ## With a custom implementation of GCD -- cgit