Skip to content

Commit 511de3c

Browse files
committed
make adoc reproducible and fix links in ReadME
1 parent 0f7c323 commit 511de3c

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,12 +49,12 @@ from the git repository places them in `./bin`.
4949

5050
## Manually Building BuckleScript
5151

52-
See [Developing BuckleScript](./docs/Developing-bucklescript.md) for detailed instructions on manually building BuckleScript.
52+
See [Developing BuckleScript](./site/docsource/Developing-bucklescript.md) for detailed instructions on manually building BuckleScript.
5353

5454
## Detailed Documentation
5555

5656
See http://bloomberg.github.io/bucklescript for detailed documentation on BuckleScript. If you'd
57-
like to contribute content [see here](https://github.com/bloomberg/bucklescript/blob/master/docs)
57+
like to contribute content [see here](https://github.com/bloomberg/bucklescript/blob/master/site/docsource)
5858
for the documentation source.
5959

6060
## How BuckleScript Works

docs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3304,7 +3304,6 @@ <h3 id="_difference_from_a_href_https_github_com_ocsigen_js_of_ocaml_js_of_ocaml
33043304
</div>
33053305
<div id="footer">
33063306
<div id="footer-text">
3307-
Last updated 2016-08-23 15:35:02 EDT
33083307
</div>
33093308
</div>
33103309
</body>

site/docsource/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
set -e
33
echo "Building" >build.compile
4-
asciidoctor -D ../../docs/ ./index.adoc 2>> build.compile
4+
asciidoctor -a reproducible -D ../../docs/ ./index.adoc 2>> build.compile
55
echo "Finished" >> build.compile
66
reload

0 commit comments

Comments
 (0)