Skip to content

fix: update broken registry.bazel.build/docs URLs - #3926

Merged
jbedard merged 1 commit into
bazel-contrib:mainfrom
georgesfarah:fix/registry-bazel-build-docs-url
Sep 1, 2026
Merged

fix: update broken registry.bazel.build/docs URLs#3926
jbedard merged 1 commit into
bazel-contrib:mainfrom
georgesfarah:fix/registry-bazel-build-docs-url

Conversation

@georgesfarah

Copy link
Copy Markdown
Contributor

Summary

The registry.bazel.build/docs/<name> URL pattern returns 404 and is no longer valid.

The correct URL format is now registry.bazel.build/modules/<name>/latest/docs.

This was identified across multiple Bazel rule repositories — see hermeticbuild/rules_rs#235 for the original fix.

Changes

Updated all occurrences of the broken /docs/<name> URL pattern to the new /modules/<name>/latest/docs format.

🤖 Generated with Claude Code

The registry.bazel.build/docs/<name> URL pattern returns 404.
The new correct URL format is registry.bazel.build/modules/<name>/latest/docs.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@jbedard
jbedard merged commit 1ec4f6b into bazel-contrib:main Sep 1, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants