From 3fc7c42e187f284c6d377204ac3f89c382265d5b Mon Sep 17 00:00:00 2001 From: Chetan Giradkar Date: Wed, 4 Oct 2023 18:41:24 +0100 Subject: [PATCH] [CI:DOCS] Remove dead link from README The link for podman-hello.png was replaced with a textual representation but a dangling pointer to dead link was still present. This PR removes the dead link to avoid hitting 404. Signed-off-by: Chetan Giradkar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af11d678d3..cecd706f13 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ you to manage and maintain those images and containers in a production environme familiar container cli commands. For more details, see the [Container Tools Guide](https://github.com/containers/buildah/tree/main/docs/containertools). -## [Podman Hello](https://podman.io/images/podman-hello.jpg) +## Podman Hello ``` $ podman run quay.io/podman/hello Trying to pull quay.io/podman/hello:latest...