Skip to content

Commit 301a4c3

Browse files
committed
Follow Gilles D. comments
1 parent 5328deb commit 301a4c3

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

docs/enterprise-overview/architecture-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ Tools/Utilities:
100100

101101
* [Native Image](../reference-manual/native-image/README.md) -- a technology to compile an application ahead-of-time into a native platform executable.
102102
* [LLVM toolchain](../reference-manual/llvm/README.md) -- a set of tools and APIs for compiling native programs to bitcode that can be executed on GraalVM.
103-
* [Java on Truffle](../reference-manual/java-on-truffle/README.md) -- a JVM implementation built upon the [Truffle framework](/graalvm-as-a-platform/language-implementation-framework/) to run Java via a Java bytecode interpreter.
104103

105104
Runtimes:
106105

106+
* [Java on Truffle](../reference-manual/java-on-truffle/README.md) -- a JVM implementation built upon the [Truffle framework](../../truffle/docs/README.md) to run Java via a Java bytecode interpreter.
107107
* [Node.js](../reference-manual/js/README.md) -- the Node.js 14.17.6 runtime for JavaScript
108108
* [Python](../reference-manual/python/README.md) -- Python 3.8.5 compatible
109109
* [Ruby](../reference-manual/ruby/README.md) -- Ruby 2.7.3 compatible

docs/getting-started/graalvm-community/linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ The base installation can be extended with:
3838
Tools/Utilities:
3939
* [Native Image](../../reference-manual/native-image/README.md) -- a technology to compile an application ahead-of-time into a native executable
4040
* [LLVM toolchain](../../reference-manual/llvm/Compiling.md#llvm-toolchain-for-compiling-cc) -- a set of tools and APIs for compiling native programs to bitcode that can be executed with on the GraalVM runtime
41-
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
4241

4342
Runtimes:
43+
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
4444
* [Node.js](../../reference-manual/js/README.md) -- Node.js v14.17.6 compatible
4545
* [Python](../../reference-manual/python/README.md) -- Python 3.8.5 compatible
4646
* [Ruby](../../reference-manual/ruby/README.md) -- Ruby 2.7.2 compatible

docs/getting-started/graalvm-community/macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ The base installation can be extended with:
6868
Tools/Utilities:
6969
* [Native Image](../../reference-manual/native-image/README.md) -- a technology to compile an application ahead-of-time into a native executable
7070
* [LLVM toolchain](../../reference-manual/llvm/Compiling.md#llvm-toolchain-for-compiling-cc) -- a set of tools and APIs for compiling native programs to bitcode that can be executed with on the GraalVM runtime
71-
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
7271

7372
Runtimes:
73+
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
7474
* [Node.js](../../reference-manual/js/README.md) -- Node.js v14.17.6 compatible
7575
* [Python](../../reference-manual/python/README.md) -- Python 3.8.5 compatible
7676
* [Ruby](../../reference-manual/ruby/README.md) -- Ruby 2.7.2 compatible

docs/getting-started/graalvm-enterprise/installation-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ The base installation can be extended with:
3737
Tools/Utilities:
3838
* [Native Image](../../reference-manual/native-image/README.md) -- a technology to compile an application ahead-of-time into a native executable
3939
* [LLVM toolchain](../../reference-manual/llvm/Compiling.md#llvm-toolchain-for-compiling-cc) -- a set of tools and APIs for compiling native programs to bitcode that can be executed with on the GraalVM runtime
40-
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
4140

4241
Runtimes:
42+
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
4343
* [Node.js](../../reference-manual/js/README.md) -- Node.js v14.17.6 compatible
4444
* [Python](../../reference-manual/python/README.md) -- Python 3.8.5 compatible
4545
* [Ruby](../../reference-manual/ruby/README.md) -- Ruby 2.7.2 compatible

docs/getting-started/graalvm-enterprise/installation-macos.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ The base installation can be extended with:
6868
Tools/Utilities:
6969
* [Native Image](../../reference-manual/native-image/README.md) -- a technology to compile an application ahead-of-time into a native executable
7070
* [LLVM toolchain](../../reference-manual/llvm/Compiling.md#llvm-toolchain-for-compiling-cc) -- a set of tools and APIs for compiling native programs to bitcode that can be executed with on the GraalVM runtime
71-
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
7271

7372
Runtimes:
73+
* [Java on Truffle](../../reference-manual/java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
7474
* [Node.js](../../reference-manual/js/README.md) -- Node.js v14.17.6 compatible
7575
* [Python](../../reference-manual/python/README.md) -- Python 3.8.5 compatible
7676
* [Ruby](../../reference-manual/ruby/README.md) -- Ruby 2.7.2 compatible

docs/reference-manual/graalvm-updater.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Tools/Utilities:
3333

3434
* [Native Image](native-image/README.md) -- a technology to compile an application ahead-of-time into a native executable
3535
* [LLVM toolchain](llvm/README.md) -- a set of tools and APIs for compiling native programs to bitcode that can be executed on GraalVM
36-
* [Java on Truffle](java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
3736

3837
Runtimes:
38+
* [Java on Truffle](java-on-truffle/README.md) -- a Java Virtual Machine implementation based on a Truffle interpreter for GraalVM
3939
* [Node.js](js/README.md) -- Node.js 14.16.1 compatible
4040
* [Python](python/README.md) -- Python 3.8.5-compatible
4141
* [Ruby](ruby/README.md) -- Ruby 2.7.3-compatible

0 commit comments

Comments
 (0)