From f5ad1ca6a2cfd80c4eb20324c16362352433af6a Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 28 Jan 2021 22:45:57 -0500 Subject: [PATCH] Fix link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69428ec5..29dc6d0f 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ The [Winds wiki](https://github.com/cyclone-scheme/winds/wiki) contains a full l - An [API Reference](docs/API.md) is available for all libraries provided by Cyclone, including a complete alphabetical listing. -- A guide is provided for [Scheme Code Conventions](Scheme-code-conventions.md). +- A guide is provided for [Scheme Code Conventions](docs/Scheme-code-conventions.md). - If you need a resource to start learning the Scheme language you may want to try a classic textbook such as [Structure and Interpretation of Computer Programs](https://mitpress.mit.edu/sicp/full-text/book/book.html).