Skip to content

Commit 6b88ac1

Browse files
authored
Update URL in gazelle example
1 parent 2e6f8ad commit 6b88ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/bzlmod_build_file_generation/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ gazelle_python_manifest(
8181
# This is the simple case where we only need one language supported.
8282
# If you also had proto, go, or other gazelle-supported languages,
8383
# you would also need a gazelle_binary rule.
84-
# See https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.rst#example
84+
# See https://github.com/bazel-contrib/bazel-gazelle/blob/master/extend.md#example
8585
# This is the primary gazelle target to run, so that you can update BUILD.bazel files.
8686
# You can execute:
8787
# - bazel run //:gazelle update

0 commit comments

Comments
 (0)