summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTing-Yu Lin <aethanyc@gmail.com>2016-11-26 23:08:37 +0800
committerTing-Yu Lin <aethanyc@gmail.com>2016-11-26 23:10:27 +0800
commitd1e97eaf1b980d504765197e521207547dcc33f4 (patch)
tree85d9f7634083ca5f361733f2d35732dfbab0deaa
parent7d6cc9a96d9011f089feaac45264ae955215b7d9 (diff)
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.