Skip to content

Commit da170ec

Browse files
authored
Fix broken bindgen doc link (#3338)
It should've been /README.md but I now think linking to the "folder" is actually nicer.
1 parent e363df6 commit da170ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/bindgen/defs.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ register_toolchains("@rules_rust_bindgen//:default_bindgen_toolchain")
2929
```
3030
3131
The default toolchain builds libclang from source via the [llvm-project](https://registry.bazel.build/modules/llvm-project) bazel_dep.
32-
[examples/bindgen_toolchain/Readme.md](https://github.com/bazelbuild/rules_rust/blob/main/examples/bindgen_toolchain/Readme.md) shows how to use a prebuilt libclang.
32+
[examples/bindgen_toolchain](https://github.com/bazelbuild/rules_rust/tree/main/examples/bindgen_toolchain) shows how to use a prebuilt libclang.
3333
3434
### Workspace
3535

0 commit comments

Comments
 (0)