summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 331ce17c..eb4f696c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,9 @@
rust-bindgen
============
-![][crates-version-shield] ![][crates-downloads-shield] ![][crates-license-shield] ![][travis-status-shield]
+[![][crates-version-shield]](https://crates.io/crates/bindgen)
+[![][crates-downloads-shield]](https://crates.io/crates/bindgen)
+[![][crates-license-shield]](https://github.com/crabtw/rust-bindgen/blob/master/LICENSE)
+[![][travis-status-shield]](https://travis-ci.org/crabtw/rust-bindgen/)
A binding generator for the rust language.
It is ported from [clay's bindgen][].