From 26f6ecf0207d24264b09d4a24942ee7f05bc4019 Mon Sep 17 00:00:00 2001 From: Scott Richmond Date: Mon, 7 Jul 2025 00:40:26 -0400 Subject: [PATCH] update prelude location in docs --- doc/prelude.md | 2 +- janet/doc.janet | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/prelude.md b/doc/prelude.md index d2e9cd7..a09ece2 100644 --- a/doc/prelude.md +++ b/doc/prelude.md @@ -5,7 +5,7 @@ e.g., running `doc! (add)` will send the documentation for `add` to the console. For more information on the syntax & semantics of the Ludus language, see [language.md](./language.md). -The prelude itself is just a Ludus file, which you can see at [prelude.ld](./prelude.ld). +The prelude itself is just a Ludus file, which you can see at [prelude.ld](../assets/prelude.ld). ## A few notes **Naming conventions.** Functions whose name ends with a question mark, e.g., `eq?`, return booleans. diff --git a/janet/doc.janet b/janet/doc.janet index a9d5073..dd10b3b 100644 --- a/janet/doc.janet +++ b/janet/doc.janet @@ -81,7 +81,7 @@ e.g., running `doc! (add)` will send the documentation for `add` to the console. For more information on the syntax & semantics of the Ludus language, see [language.md](./language.md). -The prelude itself is just a Ludus file, which you can see at [prelude.ld](./prelude.ld). +The prelude itself is just a Ludus file, which you can see at [prelude.ld](../assets/prelude.ld). ## A few notes **Naming conventions.** Functions whose name ends with a question mark, e.g., `eq?`, return booleans.