From a9132d55ef6f984747649e0d5f703f7f9f2bf5a6 Mon Sep 17 00:00:00 2001 From: Hongbo Zhang Date: Wed, 31 Aug 2016 13:55:59 -0400 Subject: [PATCH] add a link --- docs/blog/index.html | 4 ++-- site/docsource/blog/index.adoc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/blog/index.html b/docs/blog/index.html index 53b1a9589a..0c2b33567e 100644 --- a/docs/blog/index.html +++ b/docs/blog/index.html @@ -427,7 +427,7 @@

Announcing BuckleScript 1.0

-

BuckleScript is an optimizing compiler which compiles OCaml +

BuckleScript is an optimizing compiler which compiles OCaml into JavaScript module by module without name mangling. The generated code is highly readable and super small, see Hello world example and examples of calling JS libraries. @@ -473,7 +473,7 @@

Announcing BuckleScript 1.0

diff --git a/site/docsource/blog/index.adoc b/site/docsource/blog/index.adoc index ff6e14ee1a..e81a77b57e 100644 --- a/site/docsource/blog/index.adoc +++ b/site/docsource/blog/index.adoc @@ -6,7 +6,7 @@ September 1, 2016 by Hongbo Zhang :page-layout: article -BuckleScript is an optimizing compiler which compiles http://ocaml.org/[OCaml] +https://github.com/bloomberg/bucklescript[BuckleScript] is an optimizing compiler which compiles http://ocaml.org/[OCaml] into JavaScript module by module _without name mangling_. The generated code is _highly readable_ and _super small_, see http://bloomberg.github.io/bucklescript/js-demo/[Hello world] example and http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP[examples of calling JS libraries].