Skip to content

Commit a13cdc4

Browse files
committed
Fix broken link to PostgreSQL image on Docker Hub
Signed-off-by: Sebastiaan van Stijn <[email protected]>
1 parent f8ce12e commit a13cdc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/docker-concepts/the-basics/what-is-an-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ That's where container images come in!
1414

1515
A container image is a standardized package that includes all of the files, binaries, libraries, and configurations to run a container.
1616

17-
For a [PostgreSQL](https://hub.docker.com/_/postgresql) image, that image will package the database binaries, config files, and other dependencies. For a Python web app, it'll include the Python runtime, your app code, and all of its dependencies.
17+
For a [PostgreSQL](https://hub.docker.com/_/postgres) image, that image will package the database binaries, config files, and other dependencies. For a Python web app, it'll include the Python runtime, your app code, and all of its dependencies.
1818

1919
There are two important principles of images:
2020

0 commit comments

Comments
 (0)