From 8cfd2d2f132e45fbce401545f3eac019d0459f4e Mon Sep 17 00:00:00 2001 From: Frank Chiarulli Jr Date: Wed, 2 Jun 2021 10:06:21 -0400 Subject: [PATCH] cleanup links --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 32f9119..fe957b3 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# SvixCLI +# Svix CLI -![GitHub release (latest by date)](https://img.shields.io/github/v/release/svixhq/svix-cli) [![GolangCI][golangci-lint-img]][golangci-lint] [![Go Report Card][report-card-img]][report-card] +[![GitHub release (latest by date)][release-img]][release] [![GolangCI][golangci-lint-img]][golangci-lint] [![Go Report Card][report-card-img]][report-card] A CLI to interact with the Svix API. @@ -88,6 +88,7 @@ This project uses [goreleaser](https://github.com/goreleaser/goreleaser/) 3) Build current commit via `goreleaser release --snapshot --skip-publish`. [release-img]: https://img.shields.io/github/v/release/svixhq/svix-cli +[release]: https://github.com/svixhq/svix-cli/releases [golangci-lint-img]: https://github.com/svixhq/svix-cli/workflows/go-lint/badge.svg [golangci-lint]: https://github.com/svixhq/svix-cli/actions?query=workflow%3Ago-lint [report-card-img]: https://goreportcard.com/badge/github.com/svixhq/svix-cli