[docs] Fix link to Bazel users in README Previous link pointed to the GitHub Wiki which doesn't contain that page anymore. Closes #18396. PiperOrigin-RevId: 532422185 Change-Id: I91b43ec5c89f23250746dd3852687542c3c7d2dd
diff --git a/README.md b/README.md index dd3d456..ee4c8b4 100644 --- a/README.md +++ b/README.md
@@ -40,7 +40,7 @@ * [Extend Bazel](https://bazel.build/rules/concepts) * [Write tests](https://bazel.build/reference/test-encyclopedia) * [Roadmap](https://bazel.build/community/roadmaps) - * [Who is using Bazel?](https://github.com/bazelbuild/bazel/wiki/Bazel-Users) + * [Who is using Bazel?](https://bazel.build/community/users) ## Reporting a Vulnerability