From 2bdd534cffc25ee2e60512dfbfe4e99616cacf76 Mon Sep 17 00:00:00 2001 From: Philip Jenvey Date: Tue, 15 May 2018 14:17:45 -0700 Subject: [PATCH] fix the docs link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa15cbe..7a95bc2 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [Latest Version]: https://img.shields.io/crates/v/cbindgen.svg [crates.io]: https://crates.io/crates/cbindgen [Api Rustdoc]: https://img.shields.io/badge/api-rustdoc-blue.svg -[rustdoc]: https://eqrion.github.io/cbindgen/cbindgen +[rustdoc]: https://docs.rs/cbindgen This project can be used to generate C bindings for Rust code. It is currently being developed to support creating bindings for [WebRender](https://github.com/servo/webrender/), but has been designed to support any project.