From 7c075388bae02288d7775d366f552b78fab60855 Mon Sep 17 00:00:00 2001 From: Mavaddat Javid Date: Sun, 27 Feb 2022 12:20:45 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 469cff8..a1dfa28 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ LambdaJS LambdaJS is small, tested, reduction semantics for JavaScript. For a quick introduction, see our blog post: - http://brownplt.github.com/2011/09/29/js-essence.html + http://brownplt.github.io/2011/09/29/js-essence.html For a more technical introduction, see our ECOOP 2010 paper on LambdaJS: @@ -30,7 +30,7 @@ Semantics for ECMAScript 5 LambdaJS roughly models ECMAScript 3. The latest version of JavaScript, ECMAScript 5, is considerably more complex, so we decided to develop it from scratch. The following blog post describes S5, our semantics for ES5: - http://brownplt.github.com/2011/11/11/s5-javascript-semantics.html + http://brownplt.github.io/2011/11/11/s5-javascript-semantics.html The code for S5 is also available: