From 6b88ac117e03e0be702445123e6d96198a8ead29 Mon Sep 17 00:00:00 2001 From: Markus Hofbauer Date: Tue, 4 Feb 2025 17:50:57 +0100 Subject: [PATCH] Update URL in gazelle example --- examples/bzlmod_build_file_generation/BUILD.bazel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/bzlmod_build_file_generation/BUILD.bazel b/examples/bzlmod_build_file_generation/BUILD.bazel index 95bb5f88f4..5ab2790e04 100644 --- a/examples/bzlmod_build_file_generation/BUILD.bazel +++ b/examples/bzlmod_build_file_generation/BUILD.bazel @@ -81,7 +81,7 @@ gazelle_python_manifest( # This is the simple case where we only need one language supported. # If you also had proto, go, or other gazelle-supported languages, # you would also need a gazelle_binary rule. -# See https://github.com/bazelbuild/bazel-gazelle/blob/master/extend.rst#example +# See https://github.com/bazel-contrib/bazel-gazelle/blob/master/extend.md#example # This is the primary gazelle target to run, so that you can update BUILD.bazel files. # You can execute: # - bazel run //:gazelle update