summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbors-servo <lbergstrom+bors@mozilla.com>2016-11-27 07:03:38 -0800
committerGitHub <noreply@github.com>2016-11-27 07:03:38 -0800
commitd9523f8a737866d871385ca5e2ea90f7cecbf920 (patch)
tree85d9f7634083ca5f361733f2d35732dfbab0deaa
parent7d6cc9a96d9011f089feaac45264ae955215b7d9 (diff)
parentd1e97eaf1b980d504765197e521207547dcc33f4 (diff)
Auto merge of #305 - aethanyc:restore-links, r=emilio
Restore links in README.md These were deleted accidentally in 073b12ff35a8ec6314d655804915f177ce453227.
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index ead988ec..09f88db2 100644
--- a/README.md
+++ b/README.md
@@ -116,6 +116,9 @@ There are a few options documented when running `./bindgen --help`. Other
options might exist (see [the SpiderMonkey script][sm-script] and [the Stylo
scripts][stylo-scripts] to see how is it used inside the Servo organisation.
+[sm-script]: https://github.com/servo/rust-mozjs/blob/master/etc/bindings.sh
+[stylo-scripts]: https://github.com/servo/servo/tree/master/components/style/binding_tools
+
## C++ Usage
This fork of rust-bindgen can handle a number of C++ features.