Skip to content

Commit

Permalink
Update link in README.md (#683)
Browse files Browse the repository at this point in the history
The link was broken by the recent `BUILD` -> `BUILD.bazel` rename.
  • Loading branch information
martinboehme committed Apr 8, 2021
1 parent bbe24cd commit 1b27714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindgen/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1b27714

Please sign in to comment.