Skip to content

Commit f8f380f

Browse files
authored
Fix link to example in extensions.bzl (#3537)
Fixed a broken link in the all_crate_deps example.
1 parent 7d7d3ac commit f8f380f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crate_universe/extensions.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are three different ways to declare dependencies in your MODULE.
5353
5454
One of the simpler ways to wire up dependencies would be to first structure your project into a Cargo workspace.
5555
The crates_repository rule can ingest a root Cargo.toml file and generate Bazel dependencies from there.
56-
You find a complete example in the in the [example folder](https://github.com/bazelbuild/rules_rust/examples/bzlmod/all_crate_deps).
56+
You find a complete example in the in the [example folder](https://github.com/bazelbuild/rules_rust/tree/main/examples/all_crate_deps).
5757
5858
```python
5959
crate = use_extension("@rules_rust//crate_universe:extensions.bzl", "crate")

0 commit comments

Comments
 (0)