From f68053901899edbab79d01a0a7eba897ad159639 Mon Sep 17 00:00:00 2001 From: rocketorbit <33794532+rocketorbit@users.noreply.github.com> Date: Tue, 30 May 2023 11:18:22 +0800 Subject: [PATCH] Update README.md updated a link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0dfe23..631811e 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Even though miniMAL is tiny it is actually a very powerful Lisp with advanced features including: higher-order functions, tail-call optimization, macros, JavaScript interop, and error-handling. miniMAL is powerful enough that it has been used to create a full -[implementation of mal](https://github.com/kanaka/mal/tree/master/miniMAL). +[implementation of mal](https://github.com/kanaka/mal/tree/master/impls/miniMAL). ### Usage