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

Commit a8985be

Browse files
ditothaJeztah
authored andcommitted
Fix broken link
Signed-off-by: Daisuke Ito <itodaisuke00@gmail.com> (cherry picked from commit 0f7260d1c7698993f34f89a0f989842c0208a1bd) Signed-off-by: Sebastiaan van Stijn <github@gone.nl> Upstream-commit: 4e7c875e3b35e09aa4f2ef872d5463356989f609 Component: cli
1 parent 2fbdc02 commit a8985be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/cli/docs/reference/builder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,7 @@ FROM [--platform=<platform>] <image>[@<digest>] [AS <name>]
608608
```
609609

610610
The `FROM` instruction initializes a new build stage and sets the
611-
[*Base Image*](../../glossary/#base-image) for subsequent instructions. As such, a
611+
[*Base Image*](https://docs.docker.com/glossary/#base_image) for subsequent instructions. As such, a
612612
valid `Dockerfile` must start with a `FROM` instruction. The image can be
613613
any valid image – it is especially easy to start by **pulling an image** from
614614
the [*Public Repositories*](https://docs.docker.com/engine/tutorials/dockerrepos/).

0 commit comments

Comments
 (0)