summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAsko Nõmm <asko@nmm.ee>2026-02-17 23:04:38 +0200
committerAsko Nõmm <asko@nmm.ee>2026-02-17 23:04:38 +0200
commitf3c99d0d728d18342dd2fe72bb412a5bf3c5274d (patch)
treef4a65a20bd804cd975a5c8275f4eadd5222708d1 /README.md
parent992210d3edca80df71689065178a2e5a1cfac009 (diff)
Fix link pointing to build instructiosn for Jank
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 4197ee2..e67815f 100644
--- a/README.md
+++ b/README.md
@@ -113,7 +113,7 @@ You can also use Ruuter with [Babashka](https://github.com/babashka/babashka), b
[Jank](https://jank-lang.org) is a native Clojure dialect on LLVM. Since Ruuter is written in `.cljc` with `:jank` reader conditionals, it works with Jank directly.
-**Note:** Ruuter requires a recent Jank build from source (latest main). The 0.1 Homebrew release has a `clojure.string` codegen bug that prevents `clojure.string` from loading. This is fixed on main. See the [Jank build instructions](https://jank-lang.org/contribute/) for details.
+**Note:** Ruuter requires a recent Jank build from source (latest main). The 0.1 Homebrew release has a `clojure.string` codegen bug that prevents `clojure.string` from loading. This is fixed on main. See the [Jank build instructions](https://github.com/jank-lang/jank/blob/main/compiler+runtime/doc/build.md) for details.
Create a file (e.g. `main.jank`) and point `--module-path` at Ruuter's `src` directory: