From 0c80b6c0f4d53e7370554f7e87a989e1ce45f71b Mon Sep 17 00:00:00 2001 From: Tony Aiuto Date: Tue, 15 Jun 2021 13:10:48 -0400 Subject: [PATCH] respectful naming fixit --- BUILD | 4 ++-- README.md | 6 +++--- distro/README.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/BUILD b/BUILD index ad16e74..c38493e 100644 --- a/BUILD +++ b/BUILD @@ -15,11 +15,11 @@ filegroup( ) # For use in Incompatible Target Skipping: -# https://docs.bazel.build/versions/master/platforms.html#skipping-incompatible-targets +# https://docs.bazel.build/versions/main/platforms.html#skipping-incompatible-targets # # Specifically this lets targets declare incompatibility with some set of # platforms. See -# https://docs.bazel.build/versions/master/platforms.html#more-expressive-constraints +# https://docs.bazel.build/versions/main/platforms.html#more-expressive-constraints # for some more details. constraint_setting(name = "incompatible_setting") diff --git a/README.md b/README.md index a2c00d3..8022b5e 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # [Bazel Platforms](https://bazel.build) This repository houses all canonical -[constraint_setting()](https://docs.bazel.build/versions/master/be/platform.html#constraint_setting)s, -[constraint_value()](https://docs.bazel.build/versions/master/be/platform.html#constraint_value)s +[constraint_setting()](https://docs.bazel.build/versions/main/be/platform.html#constraint_setting)s, +[constraint_value()](https://docs.bazel.build/versions/main/be/platform.html#constraint_value)s and -[platform()](https://docs.bazel.build/versions/master/be/platform.html#platform)s +[platform()](https://docs.bazel.build/versions/main/be/platform.html#platform)s that are universally useful across languages and Bazel projects. For questions or concerns please email diff --git a/distro/README.md b/distro/README.md index 5671d3b..e4164f7 100644 --- a/distro/README.md +++ b/distro/README.md @@ -13,7 +13,7 @@ WARNING: These are what worked last time. Reality might be different. - Copy the description that makerel.sh produced to the description field. - upload the generated tar file -- use https://github.com/bazelbuild/continuous-integration/blob/master/mirror/mirror.sh to mirror the file +- use https://github.com/bazelbuild/continuous-integration/blob/HEAD/mirror/mirror.sh to mirror the file ## Step 2: Update Bazel