aboutsummaryrefslogtreecommitdiff
path: root/challenge-089
diff options
context:
space:
mode:
authorAndrew Shitov <andy@shitov.ru>2020-12-04 09:22:05 +0100
committerAndrew Shitov <andy@shitov.ru>2020-12-04 09:22:05 +0100
commita2a75dcba0a606d0b251959490c8d701de91c972 (patch)
tree3b685cfd89c241cacc433a0fe8e3612d801b577f /challenge-089
parentfdd800775ca52e7600d78f38e5345a5197cc086c (diff)
downloadperlweeklychallenge-club-a2a75dcba0a606d0b251959490c8d701de91c972.tar.gz
perlweeklychallenge-club-a2a75dcba0a606d0b251959490c8d701de91c972.tar.bz2
perlweeklychallenge-club-a2a75dcba0a606d0b251959490c8d701de91c972.zip
fix links
Diffstat (limited to 'challenge-089')
-rw-r--r--challenge-089/ash/readme.md4
1 files 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