Skip to content

Commit e27d231

Browse files
committed
update badges to use circle
1 parent 78708db commit e27d231

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# go-multierror
22

3-
[![Build Status](http://img.shields.io/travis/hashicorp/go-multierror.svg?style=flat-square)][travis]
4-
[![Go Documentation](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)][godocs]
3+
[![CircleCI](https://img.shields.io/circleci/build/github/hashicorp/go-multierror/master)](https://circleci.com/gh/hashicorp/go-multierror)
4+
[![Go Reference](https://pkg.go.dev/badge/github.com/hashicorp/go-multierror.svg)](https://pkg.go.dev/github.com/hashicorp/go-multierror)
5+
![GitHub go.mod Go version](https://img.shields.io/github/go-mod/go-version/hashicorp/go-multierror)
56

6-
[travis]: https://travis-ci.org/hashicorp/go-multierror
7+
[circleci]: https://app.circleci.com/pipelines/github/hashicorp/go-multierror
78
[godocs]: https://pkg.go.dev/github.com/hashicorp/go-multierror
89

910
`go-multierror` is a package for Go that provides a mechanism for

0 commit comments

Comments
 (0)