From 1b27714fa302996d07fbdea5e7390d3ff2088ca4 Mon Sep 17 00:00:00 2001 From: martinboehme Date: Thu, 8 Apr 2021 11:20:24 +0200 Subject: [PATCH] Update link in README.md (#683) The link was broken by the recent `BUILD` -> `BUILD.bazel` rename. --- bindgen/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindgen/README.md b/bindgen/README.md index 27a8696ddd..cc0fcd2ea5 100644 --- a/bindgen/README.md +++ b/bindgen/README.md @@ -16,7 +16,7 @@ These rules are for using [Bindgen][bindgen] to generate [Rust][rust] bindings t [rust]: http://www.rust-lang.org/ [bindgen]: https://github.com/rust-lang/rust-bindgen -See the [bindgen example](../examples/ffi/rust_calling_c/simple/BUILD#L9) for a more complete example of use. +See the [bindgen example](../examples/ffi/rust_calling_c/simple/BUILD.bazel#L9) for a more complete example of use. ### Setup