Skip to content

Commit d775688

Browse files
author
Petr Razumov
authored
Fix links to glossary terms
1 parent 90da02a commit d775688

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

develop/develop-images/baseimages.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ Most Dockerfiles start from a parent image. If you need to completely control
1111
the contents of your image, you might need to create a base image instead.
1212
Here's the difference:
1313

14-
- A [parent image](../../glossary.md#parent_image) is the image that your
14+
- A [parent image](../../glossary.md#parent-image) is the image that your
1515
image is based on. It refers to the contents of the `FROM` directive in the
1616
Dockerfile. Each subsequent declaration in the Dockerfile modifies this parent
1717
image. Most Dockerfiles start from a parent image, rather than a base image.
1818
However, the terms are sometimes used interchangeably.
1919

20-
- A [base image](../../glossary.md#base_image) has `FROM scratch` in its Dockerfile.
20+
- A [base image](../../glossary.md#base-image) has `FROM scratch` in its Dockerfile.
2121

2222
This topic shows you several ways to create a base image. The specific process
2323
will depend heavily on the Linux distribution you want to package. We have some

0 commit comments

Comments
 (0)