Skip to content

Commit a7b95f2

Browse files
committed
chore: use canonical url for buildx build cli doc
Signed-off-by: David Karlsson <35727626+dvdksn@users.noreply.github.com>
1 parent d62b889 commit a7b95f2

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)