From 54414ece033b69e135ff4e94940ba8b3074d08db Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Sun, 3 Apr 2022 22:09:51 -0400 Subject: [PATCH] Fix link to status in ludus-spec --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95b7de9..deb856c 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,4 @@ A reference implementation of an interpreter for the Ludus programming language. * Clone this repo. * Have Clojure and Leiningen installed. * `lein run {script}`, it runs your script in Ludus! -* Ludus is very much a work in progress; see [the ludus-spec repo for progress notes](https://github.com/thinking-with-computers/ludus-spec). +* Ludus is very much a work in progress; see [the ludus-spec repo for progress notes](https://github.com/thinking-with-computers/ludus-spec/blob/main/todo.md).