From c81c6019ccdd5ada3ea33e741b0e85848a7fb211 Mon Sep 17 00:00:00 2001 From: Tin Pavlinic Date: Wed, 17 Jun 2015 15:52:01 +1000 Subject: [PATCH] Fix broken link. Point to different source --- virtual_machines/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virtual_machines/README.md b/virtual_machines/README.md index acd11c6..641affb 100644 --- a/virtual_machines/README.md +++ b/virtual_machines/README.md @@ -1,2 +1,2 @@ -* [One VM to Rule Them All](https://www.cs.purdue.edu/homes/gkrichar/papers/onward2013-wuerthinger-truffle.pdf) +* [One VM to Rule Them All](http://lafo.ssw.uni-linz.ac.at/papers/2013_Onward_OneVMToRuleThemAll.pdf) - This is an exciting VM implementation that incorporates AST node rewriting and an optimizing compiler. It enables the implementation of, and excellent performance for, a wide range of languages.