Skip to content

Commit 6240a62

Browse files
authored
Fix broken link in build_system.md
1 parent f2a0fe6 commit 6240a62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build_system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ The script generates the templates when importing.
6666

6767
Then when `mx build` builds TruffleRuby and the `prism` mx project inside, it runs `make`.
6868

69-
Then the `prism bindings` mx project is built, which contains the [bindings](https://github.com/oracle/truffleruby/blob/master/src/main/c/prism_bindings/src/prism_bindings.c)
69+
Then the `prism bindings` mx project is built, which contains the [bindings](https://github.com/oracle/truffleruby/blob/vm-24.1.1/src/main/c/yarp_bindings/src/yarp_bindings.c)
7070
and links to `libprism.a` (to avoid exporting symbols, so no conflict when installing the prism gem).
7171

7272
### Building prism as part of JRuby

0 commit comments

Comments
 (0)