diff --git a/README.md b/README.md index a312879f6d9e..2494c0f153c4 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Introduction Truffle is a framework for implementing languages as simple interpreters. -Together with the [Graal compiler](http://github.com/OracleLabs/GraalVM), +Together with the [Graal compiler](http://lafo.ssw.uni-linz.ac.at/hg/graal-compiler/), Truffle interpreters are automatically just-in-time compiled and programs running on top of them can reach performance of normal Java.