From 9e022980b97ebe47ee76b340dbcaa46e7e84b942 Mon Sep 17 00:00:00 2001 From: Guilherme Salazar Date: Thu, 22 Feb 2024 11:01:59 -0300 Subject: [PATCH] docs(readme): add build and release badges --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6da00ee..72f463e 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ -[![Build Status][badge-travis-image]][badge-travis-url] +[![Build Status][gha-workflow-badge]][gha-workflow-url] [![Latest release][gha-latest-release]][gha-releases-url] # Kong Plugin Development Kit - Go edition Docs: https://pkg.go.dev/github.com/Kong/go-pdk. -[badge-travis-url]: https://travis-ci.com/Kong/go-pdk/branches -[badge-travis-image]: https://travis-ci.com/Kong/go-pdk.svg?branch=master +[gha-workflow-badge]: https://github.com/Kong/go-pdk/actions/workflows/test.yml/badge.svg +[gha-workflow-url]: https://github.com/Kong/go-pdk/actions/workflows/test.yml +[gha-latest-release]: https://img.shields.io/github/v/release/Kong/go-pdk.svg +[gha-releases-url]: https://github.com/Kong/go-pdk/releases