Skip to content

Commit 44c4761

Browse files
committed
Use languages implementations project names
1 parent c9e8073 commit 44c4761

File tree

2 files changed

+12
-13
lines changed

2 files changed

+12
-13
lines changed

docs/reference-manual/languages.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ permalink: /reference-manual/languages/
1010
GraalVM provides runtimes for JavaScript, Ruby, Python, and a number of other popular languages.
1111
GraalVM's polyglot capabilities make it possible to mix multiple programming languages in a single application while eliminating any foreign language call costs.
1212

13-
If you are mostly interested in GraalVM's support for a specific language, here you can find the most extensive documentation:
14-
13+
If you are mostly interested in a specific language runtime on GraalVM, see the following:
1514
* [Java on Truffle](java-on-truffle/README.md)
16-
* [JavaScript and Node.js](https://github.com/oracle/graaljs/blob/master/docs/user/README.md)
15+
* [GraalJS](https://github.com/oracle/graaljs/blob/master/docs/user/README.md)
16+
* [GraalPy](https://github.com/oracle/graalpython/blob/master/docs/user/README.md)
17+
* [GraalWasm](wasm/README.md)
1718
* [LLVM Languages](llvm/README.md)
18-
* [Python](https://github.com/oracle/graalpython/blob/master/docs/user/README.md)
19-
* [R](https://github.com/oracle/fastr/blob/master/documentation/user/README.md)
20-
* [Ruby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)
21-
* [WebAssembly](wasm/README.md)
19+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)
20+
* [FastR](https://github.com/oracle/fastr/blob/master/documentation/user/README.md)

docs/reference-manual/reference-manuals.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ These manuals are aimed at software engineers and developers who already work wi
1717
* To learn more about security considerations in GraalVM, check the [Security Guide](security/security-guide.md).
1818

1919
If you are mostly interested in a specific language runtime on GraalVM, see the following:
20-
* [Java on Truffle (Espresso)](java-on-truffle/README.md)
21-
* [JavaScript and Node.js](js/README.md)
20+
* [Java on Truffle](java-on-truffle/README.md)
21+
* [GraalJS](https://github.com/oracle/graaljs/blob/master/docs/user/README.md)
22+
* [GraalPy](https://github.com/oracle/graalpython/blob/master/docs/user/README.md)
23+
* [GraalWasm](wasm/README.md)
2224
* [LLVM Languages](llvm/README.md)
23-
* [Python](python/README.md)
24-
* [R](r/README.md)
25-
* [Ruby](ruby/README.md)
26-
* [WebAssembly](wasm/README.md)
25+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)
26+
* [FastR](https://github.com/oracle/fastr/blob/master/documentation/user/README.md)

0 commit comments

Comments
 (0)