From df7d0d68672143e4c92a34072e3e7e536366fa8a Mon Sep 17 00:00:00 2001 From: lonelyhty <204872876+lonelyhty@users.noreply.github.com> Date: Tue, 2 Jun 2026 16:11:20 +0800 Subject: [PATCH] Update Write You A Scheme link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f3119b7e..447a243d6 100644 --- a/README.md +++ b/README.md @@ -612,7 +612,7 @@ To get started, simply fork this repo. Please refer to [CONTRIBUTING.md](CONTRIB - [Write You a Haskell - Build a modern functional compiler](http://dev.stephendiehl.com/fun/) - [Write Yourself a Scheme in 48 hours](https://en.wikibooks.org/wiki/Write_Yourself_a_Scheme_in_48_Hours) -- [Write You A Scheme, Version 2](https://github.com/write-you-a-scheme-v2/scheme) +- [Write You A Scheme, Version 2](https://github.com/adamwespiser/scheme) - [Roll Your Own IRC Bot](https://wiki.haskell.org/Roll_your_own_IRC_bot) - [Making Movie Monad](https://lettier.github.io/posts/2016-08-15-making-movie-monad.html) - [Making a Website with Haskell **(outdated)**](http://adit.io/posts/2013-04-15-making-a-website-with-haskell.html)