From 426eea9d2a5c69c97f5af41c22ff521321b8ba0e Mon Sep 17 00:00:00 2001 From: Josef Eisl Date: Thu, 21 Jan 2016 13:12:28 +0100 Subject: [PATCH] README: github.com/OracleLabs/GraalVM is deprecated. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.