Skip to content

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

Merged
loosebazooka merged 1 commit into
GoogleContainerTools:mainfrom
georgesfarah:fix/registry-bazel-build-docs-url
Sep 2, 2026
Merged

fix: update broken registry.bazel.build/docs URLs#2184
loosebazooka merged 1 commit into
GoogleContainerTools:mainfrom
georgesfarah:fix/registry-bazel-build-docs-url

Conversation

@georgesfarah

@georgesfarah georgesfarah commented Sep 1, 2026

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

  • Replaced broken /docs/rules_distroless URL with /modules/rules_distroless/latest/docs
  • Replaced symbol anchor with explicit path:
    • #apt_install/apt/extensions.bzl/apt

@google-cla

google-cla Bot commented Sep 1, 2026

Copy link
Copy Markdown

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

@georgesfarah
georgesfarah marked this pull request as draft September 1, 2026 19:18
@georgesfarah
georgesfarah marked this pull request as ready for review September 1, 2026 21:31
@georgesfarah
georgesfarah force-pushed the fix/registry-bazel-build-docs-url branch from d0ec296 to 7eed15d Compare September 1, 2026 21:33
The registry.bazel.build/docs/<name> URL pattern returns 404.
The new correct URL format is registry.bazel.build/modules/<name>/latest/docs.

For symbol anchors, the path-based format is used:
  #apt_install -> /apt/extensions.bzl/apt
@georgesfarah
georgesfarah force-pushed the fix/registry-bazel-build-docs-url branch from 7eed15d to def2709 Compare September 1, 2026 21:34
@loosebazooka
loosebazooka merged commit 66f30f0 into GoogleContainerTools:main Sep 2, 2026
15 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