Skip to content

Commit 9a1d395

Browse files
committed
Remove references to FastR
1 parent 0b9d9e3 commit 9a1d395

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

docs/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ The Truffle framework documentation can be found in the [graal/truffle/docs](htt
1111
GraalVM languages implementations are being developed and tested in separate from the GraalVM core repositories, so their user documentation can be found in:
1212

1313
* [GraalJS](https://github.com/oracle/graaljs/tree/master/docs/user) - JavaScript and Node.js
14-
* [FastR](https://github.com/oracle/fastr/tree/master/documentation/user) - R
1514
* [GraalPy](https://github.com/oracle/graalpython/tree/master/docs/user) - Python
1615
* [TruffleRuby](https://github.com/oracle/truffleruby/tree/master/doc/user) - Ruby
1716

@@ -21,7 +20,7 @@ To update the documentation:
2120
2. Navigate to the source file you are intended to update
2221
3. Click the "edit" button at the top of the section.
2322
> Note: GitHub introduced a new feature: online web editor, which allows to edit multiple files from a browser. To enable it, press `.` on any GitHub repo. For example, go to [https://github.com/oracle/graal](https://github.com/oracle/graal) and hit `.`. You will be immediately redirected to [https://github.dev/oracle/graal](https://github.dev/oracle/graal).
24-
23+
2524
4. Create a Pull Request (PR)
2625
5. Sign the [Oracle Contributor Agreement](https://oca.opensource.oracle.com/)
2726
6. Watch your PR for pipeline results

docs/reference-manual/languages.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,4 @@ If you are mostly interested in a specific language runtime on GraalVM, see the
1616
* [GraalPy](https://www.graalvm.org/python/docs/)
1717
* [GraalWasm](wasm/README.md)
1818
* [LLVM Languages](llvm/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)
19+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)

docs/reference-manual/reference-manuals.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,4 @@ If you are mostly interested in a specific language runtime on GraalVM, see the
2222
* [GraalPy](https://github.com/oracle/graalpython/blob/master/docs/user/README.md)
2323
* [GraalWasm](wasm/README.md)
2424
* [LLVM Languages](llvm/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)
25+
* [TruffleRuby](https://github.com/oracle/truffleruby/blob/master/doc/user/README.md)

0 commit comments

Comments
 (0)