From bead2e8821ad2c07b279922dbfd0e9904a35635e Mon Sep 17 00:00:00 2001
From: Mick Jordan <mick.jordan@oracle.com>
Date: Wed, 17 Feb 2016 17:36:43 -0800
Subject: [PATCH] update REAME.md for graal URL

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ee70602f10..8c436465d8 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # FastR
 
-FastR is an implementation of the [R Language](http://www.r-project.org/) in Java atop [Truffle and Graal](http://openjdk.java.net/projects/graal/).
+FastR is an implementation of the [R Language](http://www.r-project.org/) in Java atop [Truffle and Graal](https://github.com/graalvm/).
 Truffle is a framework for building self-optimizing AST interpreters.
 Graal is a dynamic compiler that is used to generate efficient machine code from partially evaluated Truffle ASTs.
 
-- 
GitLab