Skip to content

Commit 419e5d1

Browse files
authored
Merge pull request #6813 from dvdksn/fix-link-to-redirect
chore: use canonical url for buildx build cli doc
2 parents d62b889 + a7b95f2 commit 419e5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/commandline/image_build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Build an image from a Dockerfile
5252
> This configuration is only relevant if you're building Windows containers.
5353
>
5454
> For information about the default `docker build`, using Buildx,
55-
> see [`docker buildx build`](https://docs.docker.com/reference/cli/docker/build/).
55+
> see [`docker buildx build`](https://docs.docker.com/reference/cli/docker/buildx/build/).
5656
5757
When building with legacy builder, images are created from a Dockerfile by
5858
running a sequence of [commits](./container_commit.md). This process is

0 commit comments

Comments
 (0)