From cf8b3b80b7c79105bae80254465e50de6d2ed4f4 Mon Sep 17 00:00:00 2001 From: Kamil J Date: Thu, 20 Oct 2016 22:54:00 +0200 Subject: [PATCH] Fixed links in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfe766..7fecdcc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Description -[RedScript][2] was created to provide a first class functional experience in the browser. This repository contains a compiler for it written in [JISON][2], which is essentially a clone of the parser generator Bison (thus Yacc,) but in JavaScript. +[RedScript][1] was created to provide a first class functional experience in the browser. This repository contains a compiler for it written in [JISON][2], which is essentially a clone of the parser generator Bison (thus Yacc,) but in JavaScript. ## Compiling