From 3207df6e24c5cf7cdd68c01154814141867986fb Mon Sep 17 00:00:00 2001 From: Bill Stumbo Date: Wed, 13 Sep 2023 10:49:27 -0400 Subject: [PATCH] Update README fixing location of Medley Introduction. (#484) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f625df7..f13445b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Maiko is the implementation of the Medley Interlisp virtual machine, for a byte-coded Lisp instruction set and some low-level functions for connecting with Lisp for access to display (via X11) and disk etc. -For an overview, see [Medley Interlisp Introduction](https://github.com/Interlisp/medley/wiki/Medley-Interlisp-Introduction). +For an overview, see [Medley Interlisp Introduction](https://interlisp.org/medley/using/docs/medley/). See [the Medley repository](https://github.com/Interlisp/medley) for * [Issues](https://github.com/Interlisp/medley/issues) (note that maiko issues are there too)