summaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Koch <chrisko@google.com>2023-02-18 15:00:10 -0800
committerChris Koch <chrisko@google.com>2023-02-18 15:04:04 -0800
commit75143202800344094ac5b1f472c98e3d0dcaed05 (patch)
treeddde096bddef1d59b304ee68360e05becc357b82 /README.md
parent2acb6cd6b63626c3c23f022770680eaf294aaae6 (diff)
README: fix GH actions badge
Signed-off-by: Chris Koch <chrisko@google.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 979bc7a..741cb84 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# dhcp
-[![Build Status](https://img.shields.io/github/workflow/status/insomniacslk/dhcp/Tests/master)](https://github.com/insomniacslk/dhcp/actions?query=branch%3Amaster)
+[![Build Status](https://img.shields.io/github/actions/workflow/status/insomniacslk/dhcp/tests.yml?branch=master)](https://github.com/insomniacslk/dhcp/actions?query=branch%3Amaster)
[![GoDoc](https://godoc.org/github.com/insomniacslk/dhcp?status.svg)](https://godoc.org/github.com/insomniacslk/dhcp)
[![codecov](https://codecov.io/gh/insomniacslk/dhcp/branch/master/graph/badge.svg)](https://codecov.io/gh/insomniacslk/dhcp)
[![Go Report Card](https://goreportcard.com/badge/github.com/insomniacslk/dhcp)](https://goreportcard.com/report/github.com/insomniacslk/dhcp)