aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorDenis Fuenzalida <denis.fuenzalida@gmail.com>2025-07-19 18:03:46 -0700
committerCalvin Rose <calsrose@gmail.com>2025-08-16 07:51:36 -0500
commit65897997a15b0cb0a097469fbe987fe413caf4c2 (patch)
tree95f3d966b3c5376918f546824912f14fdbd0da59 /README.md
parentRevert "Remove: This workflow requires approval from a maintainer" (diff)
Fix broken link to the Janet docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1845b30..9ea4bb0 100644
--- a/README.md
+++ b/README.md
@@ -57,7 +57,7 @@ Spork's documentation is written using [Mendoza](https://github.com/bakpakin/men
The docs are most easily read by first building and then serving the .mdz files in `doc/` using Mendoza.
You can then access the served static site using a browser.
-- First, make sure you have [Janet](https://janet-lang.org/) and [jpm](https://janet-lang.org/docs/jpm.html) installed. See [the Janet docs](https://janet-lang.org/introduction.html) for more information on this.
+- First, make sure you have [Janet](https://janet-lang.org/) and [jpm](https://janet-lang.org/docs/jpm.html) installed. See [the Janet docs](https://janet-lang.org/docs/index.html) for more information on this.
- Next, install Mendoza (to install globally, run `[sudo] jpm install mendoza`). For more information on Mendoza, see [the Mendoza project on GitHub](https://github.com/bakpakin/mendoza).
- Clone this repo locally (e.g. using `git clone https://github.com/janet-lang/spork.git`).
- From the spork project root (`cd spork` if you just cloned it) run `mdz build && mdz serve`.