Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

Commit d7d8613

Browse files
committed
Fix badges on README
Fixes #91.
1 parent f0e69a1 commit d7d8613

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# wavefront-sdk-go [![build status][ci-img]][ci] [![Go Report Card][go-report-img]][go-report] [![GoDoc][godoc-img]][godoc]
1+
# wavefront-sdk-go
2+
3+
[![CI Status](https://github.com/wavefrontHQ/wavefront-sdk-go/actions/workflows/main.yml/badge.svg)](https://github.com/wavefrontHQ/wavefront-sdk-go/actions/workflows/main.yml)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/wavefronthq/wavefront-sdk-go.svg)](https://pkg.go.dev/github.com/wavefronthq/wavefront-sdk-go)
5+
[![Go Report Card](https://goreportcard.com/badge/github.com/wavefronthq/wavefront-sdk-go)](https://goreportcard.com/report/github.com/wavefronthq/wavefront-sdk-go)
26

37
## Table of Content
48
* [Prerequisites](#Prerequisites)
@@ -313,10 +317,3 @@ sender.Close()
313317

314318
* Reach out to us on our public [Slack channel](https://www.wavefront.com/join-public-slack).
315319
* If you run into any issues, let us know by creating a GitHub issue.
316-
317-
[ci-img]: https://travis-ci.com/wavefrontHQ/wavefront-sdk-go.svg?branch=master
318-
[ci]: https://travis-ci.com/wavefrontHQ/wavefront-sdk-go
319-
[godoc]: https://godoc.org/github.com/wavefrontHQ/wavefront-sdk-go/senders
320-
[godoc-img]: https://godoc.org/github.com/wavefrontHQ/wavefront-sdk-go/senders?status.svg
321-
[go-report-img]: https://goreportcard.com/badge/github.com/wavefronthq/wavefront-sdk-go
322-
[go-report]: https://goreportcard.com/report/github.com/wavefronthq/wavefront-sdk-go

0 commit comments

Comments
 (0)