Skip to content

Commit f2dfb2c

Browse files
authored
Merge pull request #700 from bloomberg/ann
add a link
2 parents cb33166 + a9132d5 commit f2dfb2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/blog/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ <h1>Announcing BuckleScript 1.0</h1>
427427
</div>
428428
<div id="content">
429429
<div class="paragraph">
430-
<p>BuckleScript is an optimizing compiler which compiles <a href="http://ocaml.org/">OCaml</a>
430+
<p><a href="https://github.com/bloomberg/bucklescript">BuckleScript</a> is an optimizing compiler which compiles <a href="http://ocaml.org/">OCaml</a>
431431
into JavaScript module by module <em>without name mangling</em>. The generated code is <em>highly readable</em> and <em>super small</em>,
432432
see <a href="http://bloomberg.github.io/bucklescript/js-demo/">Hello world</a> example
433433
and <a href="http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP">examples of calling JS libraries</a>.
@@ -473,7 +473,7 @@ <h1>Announcing BuckleScript 1.0</h1>
473473
</div>
474474
<div id="footer">
475475
<div id="footer-text">
476-
Last updated 2016-08-31 13:48:35 EDT
476+
Last updated 2016-08-31 13:51:25 EDT
477477
</div>
478478
</div>
479479
</body>

site/docsource/blog/index.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ September 1, 2016 by Hongbo Zhang
66
:page-layout: article
77

88

9-
BuckleScript is an optimizing compiler which compiles http://ocaml.org/[OCaml]
9+
https://github.com/bloomberg/bucklescript[BuckleScript] is an optimizing compiler which compiles http://ocaml.org/[OCaml]
1010
into JavaScript module by module _without name mangling_. The generated code is _highly readable_ and _super small_,
1111
see http://bloomberg.github.io/bucklescript/js-demo/[Hello world] example
1212
and http://bloomberg.github.io/bucklescript/js-demo/#Use_JS_standard_Library_WIP[examples of calling JS libraries].

0 commit comments

Comments
 (0)