update prelude location in docs

This commit is contained in:
Scott Richmond 2025-07-07 00:40:26 -04:00
parent a01df39ff0
commit 26f6ecf020
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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.