Skip to content

Commit 8e55b67

Browse files
committed
docs: fix Go Report Card badge to reference current repository
Update the Go Report Card badge in README.md to reference the current containers/podman repository instead of the outdated containers/libpod repository. This ensures consistency with other badges and prevents potential confusion for contributors. Signed-off-by: shiavm006 <[email protected]>
1 parent 116e458 commit 8e55b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Podman: A tool for managing OCI containers and pods
44
![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)
55
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/containers/podman)
6-
[![Go Report Card](https://goreportcard.com/badge/github.com/containers/libpod)](https://goreportcard.com/report/github.com/containers/libpod)
6+
[![Go Report Card](https://goreportcard.com/badge/github.com/containers/podman)](https://goreportcard.com/report/github.com/containers/podman)
77
[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/10499/badge)](https://www.bestpractices.dev/projects/10499)
88

99
[![LFX Health Score](https://insights.linuxfoundation.org/api/badge/health-score?project=containers-podman)](https://insights.linuxfoundation.org/project/containers-podman)

0 commit comments

Comments
 (0)