From 0f7260d1c7698993f34f89a0f989842c0208a1bd Mon Sep 17 00:00:00 2001 From: dito Date: Tue, 16 Jun 2020 10:17:58 +0900 Subject: [PATCH] Fix broken link Signed-off-by: Daisuke Ito --- docs/reference/builder.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/builder.md b/docs/reference/builder.md index 7ee8b10be8..b8dca249a2 100644 --- a/docs/reference/builder.md +++ b/docs/reference/builder.md @@ -608,7 +608,7 @@ FROM [--platform=] [@] [AS ] ``` The `FROM` instruction initializes a new build stage and sets the -[*Base Image*](../../glossary/#base-image) for subsequent instructions. As such, a +[*Base Image*](https://docs.docker.com/glossary/#base_image) for subsequent instructions. As such, a valid `Dockerfile` must start with a `FROM` instruction. The image can be any valid image – it is especially easy to start by **pulling an image** from the [*Public Repositories*](https://docs.docker.com/engine/tutorials/dockerrepos/).