Skip to content

Commit

Permalink
Add link to Bzlmod migration guide and examples
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 457207190
Change-Id: I4c6a83947af334265f445c66dbeef6774fdfa582
  • Loading branch information
meteorcloudy authored and Copybara-Service committed Jun 25, 2022
1 parent b86af91 commit b598c51
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions site/en/docs/bzlmod.md
Expand Up @@ -14,6 +14,9 @@ In Bazel 5.0, Bzlmod is not turned on by default; the flag
effect. As the flag name suggests, this feature is currently *experimental*;
APIs and behaviors may change until the feature officially launches.

To migrate your project to Bzlmod, follow the [Bzlmod Migration Guide](https://docs.google.com/document/d/1JtXIVnXyFZ4bmbiBCr5gsTH4-opZAFf5DMMb-54kES0/edit?usp=sharing).
You can also find example Bzlmod usages in the [examples](https://github.com/bazelbuild/examples/tree/main/bzlmod) repository.

## Bazel Modules {:#modules}

The old `WORKSPACE`-based external dependency system is centered around
Expand Down

0 comments on commit b598c51

Please sign in to comment.