From 681f7587b57822b79f247f3b3ffcdfbbc9e37ccb Mon Sep 17 00:00:00 2001 From: Abel Salgado Romero Date: Thu, 6 May 2021 21:54:01 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20Graal=20url=20to=20run=20J?= =?UTF-8?q?S?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/modules/setup/pages/install.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/setup/pages/install.adoc b/docs/modules/setup/pages/install.adoc index 29edff107..21dd7cc28 100644 --- a/docs/modules/setup/pages/install.adoc +++ b/docs/modules/setup/pages/install.adoc @@ -89,7 +89,7 @@ Then execute it on GraalVM using the `node` command (available in the [.path]_/b === Embed in a JVM-based application -https://www.graalvm.org/docs/graalvm-as-a-platform/embed/[With the Graal Polyglot API, you can embed JavaScript code in a JVM-based application]. +https://www.graalvm.org/reference-manual/embed-languages/[With the Graal Polyglot API, you can embed JavaScript code in a JVM-based application]. IMPORTANT: The Graal Polyglot feature gives you a "pure" JavaScript (ECMAScript) engine, not a Node.js engine. In other words, Node.js features such as `require` or core module such as `fs` won't be available.