From 04cb8de915a0573ca2bc83aa9901ec98620d76ec Mon Sep 17 00:00:00 2001 From: kud1ing Date: Wed, 27 Jan 2016 13:13:52 +0100 Subject: [PATCH] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 344a9b7..a1a244d 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). ### FFI -See also [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html). +See also [Foreign Function Interface](https://doc.rust-lang.org/book/ffi.html) and [Rust Inside Other Languages](https://doc.rust-lang.org/book/rust-inside-other-languages.html). * C * [crabtw/rust-bindgen](https://github.com/crabtw/rust-bindgen) — a Rust bindings generator [](https://travis-ci.org/crabtw/rust-bindgen)