diff --git a/README.md b/README.md
index ee70602f105647cf5cb05855bf13a072c44ebe7a..8c436465d801d9df6526ea95e9b6567d74b4b64b 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.