Skip to content

Commit

Permalink
Nit: Fix link to example in rust_bindgen.md (bazelbuild#2628)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Wagner-Hall <dwagnerhall@apple.com>
  • Loading branch information
hauserx and illicitonion authored Apr 24, 2024
1 parent 29ec07a commit a2d1344
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rust_bindgen.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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](https://github.com/bazelbuild/rules_rust/tree/main/examples/ffi/rust_calling_c/simple/BUILD.bazel#L9) for a more complete example of use.
See the [bindgen example](https://github.com/bazelbuild/rules_rust/tree/main/examples/bindgen/BUILD.bazel) for a more complete example of use.

### Setup

Expand Down
2 changes: 1 addition & 1 deletion docs/rust_bindgen.vm
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,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](https://github.com/bazelbuild/rules_rust/tree/main/examples/ffi/rust_calling_c/simple/BUILD.bazel#L9) for a more complete example of use.
See the [bindgen example](https://github.com/bazelbuild/rules_rust/tree/main/examples/bindgen/BUILD.bazel) for a more complete example of use.

### Setup

Expand Down

0 comments on commit a2d1344

Please sign in to comment.