You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ The project website at [https://www.graalvm.org/][website] describes how to [get
8
8
9
9
## Documentation
10
10
11
-
Please refer to the [GraalVM website for documentation][docs]. You can find most of the documentation sources in the [`docs/`](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding `docs/` sub-directories. The documentation for the Truffle framework, for example, is in [`truffle/docs/`](truffle/docs/). This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
11
+
Please refer to the [GraalVM website for documentation][docs]. You can find most of the documentation sources in the [_docs/_](docs/) directory in the same hierarchy as displayed on the website. Additional documentation including developer instructions for individual components can be found in corresponding _docs/_ sub-directories. The documentation for the Truffle framework, for example, is in [_truffle/docs/_](truffle/docs/). This also applies to languages, tools, and other components maintained in [related repositories](#related-repositories).
12
12
13
13
## Get Support
14
14
@@ -44,7 +44,7 @@ Name | Description
44
44
------------ | -------------
45
45
[FastR] | Implementation of the R language.
46
46
[GraalJS] | Implementation of JavaScript and Node.js.
47
-
[GraalPython] | Implementation of the Python language.
47
+
[GraalPy] | Implementation of the Python language.
48
48
[GraalVM Demos][graalvm-demos] | Several example applications illustrating GraalVM capabilities.
0 commit comments