Skip to content
Snippets Groups Projects
Unverified Commit 8afe16e0 authored by Ian (Hee) Cha's avatar Ian (Hee) Cha Committed by GitHub
Browse files

[8.1.0] Fix docs link rewriting for rules_android (#25018)

Fixes https://github.com/bazelbuild/bazel/issues/24905

RELNOTES: None
PiperOrigin-RevId: 717532897
Change-Id: I620d8492689297f7c85824ea261b12bdfae2221b

Commit
https://github.com/bazelbuild/bazel/commit/04a44fde9120ff11ab604b3ef7f0874eeddf78df



Co-authored-by: default avatarGoogler <pcloudy@google.com>
parent b0a9afe3
No related merge requests found
......@@ -26,6 +26,7 @@
"repoPathRewrites": {
"@//": "https://github.com/bazelbuild/bazel/blob/master/",
"@_builtins//": "https://github.com/bazelbuild/bazel/blob/master/src/main/starlark/builtins_bzl/",
"@rules_android//": "https://github.com/bazelbuild/rules_android/blob/main/",
"@rules_python//": "https://github.com/bazelbuild/rules_python/tree/0.40.0/",
"@rules_shell//": "https://github.com/bazelbuild/rules_shell/tree/v0.2.0/",
"@com_google_protobuf//": "https://github.com/protocolbuffers/protobuf/tree/v29.0-rc2/"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment