diff --git a/docs/maintainers_guide.md b/docs/maintainers_guide.md index 300475f..5339b6a 100644 --- a/docs/maintainers_guide.md +++ b/docs/maintainers_guide.md @@ -82,7 +82,7 @@ Name 1, Name 2, Name 3 (alphabetically from `git log`) can obtain them via `gcloud init`): ``` -gsutil cp bazel-bin/distro/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz +gsutil cp bazel-bin/distribution/bazel-skylib-$VERSION.tar.gz gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz gsutil setmeta -h "Cache-Control: public, max-age=31536000" "gs://bazel-mirror/github.com/bazelbuild/bazel-skylib/releases/download/$VERSION/bazel-skylib-$VERSION.tar.gz" ``` diff --git a/rules/private/copy_common.bzl b/rules/private/copy_common.bzl index 5a0bb33..2167c3a 100644 --- a/rules/private/copy_common.bzl +++ b/rules/private/copy_common.bzl @@ -26,7 +26,7 @@ COPY_EXECUTION_REQUIREMENTS = { # | or run inside the sandbox. For genrules and tests, marking the rule with the # | local = True attribute has the same effect. # ----------------+----------------------------------------------------------------------------- - # See https://bazel.google.cn/reference/be/common-definitions?hl=en&authuser=0#common-attributes + # See https://bazel.build/reference/be/common-definitions#common-attributes # # Copying file & directories is entirely IO-bound and there is no point doing this work # remotely.