From 8df8eb71e7588c000fd30d2d2006a104f194c9bb Mon Sep 17 00:00:00 2001 From: Georges Farah Date: Tue, 1 Sep 2026 17:21:49 +0200 Subject: [PATCH] fix: update broken registry.bazel.build/docs URLs The registry.bazel.build/docs/ URL pattern returns 404. The new correct URL format is registry.bazel.build/modules//latest/docs. Co-Authored-By: Claude Sonnet 4.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a982f69caf..4ad8c84017 100644 --- a/README.md +++ b/README.md @@ -19,4 +19,4 @@ See the 5.x branch for the prior state of the repo. ## Documentation -See the docs/ folder, and generated API docs on https://registry.bazel.build/docs/rules_nodejs +See the docs/ folder, and generated API docs on https://registry.bazel.build/modules/rules_nodejs/latest/docs