diff --git a/site/en/docs/bzlmod.md b/site/en/docs/bzlmod.md index e9b7fd1f33c19d..907ab83ea50e94 100644 --- a/site/en/docs/bzlmod.md +++ b/site/en/docs/bzlmod.md @@ -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