Skip to content

Commit

Permalink
fixed broken links in README
Browse files Browse the repository at this point in the history
Reported-by: Csongor Kiss
  • Loading branch information
dougxc committed Apr 19, 2018
1 parent 54a4a40 commit 8221d91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions truffle/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ SimpleLanguage is well documented and designed to demonstrate most of the Truffl
* Start with a new subclass of [TruffleInstrument](http://www.graalvm.org/truffle/javadoc/com/oracle/truffle/api/instrumentation/TruffleInstrument.html) for your own instrumentation/tool.
* Fork [SimpleLanguage](https://github.com/graalvm/simplelanguage), a toy language that demonstrates how to use most Truffle features.
* Get inspired by looking at code of one of existing open source Truffle language implementations and experiments [here](./docs/Languages.md).
* Embed Truffle languages in Java host applications using the [Polyglot API](../../sdk/docs/PolyglotEmbedding.md).
* Read The Graal/Truffle [publications](../../docs/Publications.md)
* Embed Truffle languages in Java host applications using the [Polyglot API](../sdk/docs/PolyglotEmbedding.md).
* Read The Graal/Truffle [publications](../docs/Publications.md)
* Verify that your language is a valid polyglot citizen using the [Polyglot TCK](./docs/TCK.md).

## Compatibility
Expand Down

0 comments on commit 8221d91

Please sign in to comment.