Skip to content

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

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

fix: update broken registry.bazel.build/docs URLs#232
dcarp 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>
@dcarp
dcarp merged commit 3864aec into bazel-contrib:main Sep 8, 2026
14 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