Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
fix: correct link to toolchain documentation (#1978)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgred committed Dec 20, 2021
1 parent 76c708f commit 411267d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion container/image.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -974,7 +974,7 @@ def container_image(**kwargs):
layers inside the Docker registry.
This rule references the `@io_bazel_rules_docker//toolchains/docker:toolchain_type`.
See [How to use the Docker Toolchain](toolchains/docker/readme.md#how-to-use-the-docker-toolchain) for details.
See [How to use the Docker Toolchain](/toolchains/docker/readme.md#how-to-use-the-docker-toolchain) for details.
Args:
**kwargs: Attributes are described by `container_image_` above.
Expand Down
2 changes: 1 addition & 1 deletion docs/container.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ The implicit output targets are:
layers inside the Docker registry.

This rule references the `@io_bazel_rules_docker//toolchains/docker:toolchain_type`.
See [How to use the Docker Toolchain](toolchains/docker/readme.md#how-to-use-the-docker-toolchain) for details.
See [How to use the Docker Toolchain](/toolchains/docker/readme.md#how-to-use-the-docker-toolchain) for details.


**PARAMETERS**
Expand Down

0 comments on commit 411267d

Please sign in to comment.