From 6240a621ead066b7469f6d858a42cbb3c5da5033 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Sun, 8 Dec 2024 12:29:31 +0100 Subject: [PATCH] Fix broken link in build_system.md --- docs/build_system.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build_system.md b/docs/build_system.md index 0b771d202f..f5d456fe17 100644 --- a/docs/build_system.md +++ b/docs/build_system.md @@ -66,7 +66,7 @@ The script generates the templates when importing. Then when `mx build` builds TruffleRuby and the `prism` mx project inside, it runs `make`. -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) +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) and links to `libprism.a` (to avoid exporting symbols, so no conflict when installing the prism gem). ### Building prism as part of JRuby