aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <arostovtsev@google.com>2022-09-01 15:29:04 -0400
committerGitHub <noreply@github.com>2022-09-01 15:29:04 -0400
commit42abf5cbf28a222b2b4d04f3396db13bc842fc33 (patch)
tree545a100f6280af0e5490e6ca62ec53ceaf4af2dc
parentc5ededc7e8f7dcf36f39ffa819ce4e38e59977cc (diff)
downloadbazel-skylib-42abf5cbf28a222b2b4d04f3396db13bc842fc33.tar.gz
Documentation fixes (#391)
-rw-r--r--docs/maintainers_guide.md2
-rw-r--r--rules/private/copy_common.bzl2
2 files changed, 2 insertions, 2 deletions
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.