Skip to content

Commit 666de5c

Browse files
committed
[-] fix badge links to use master branch instead of main
1 parent 883d45d commit 666de5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<p align="center"><img src="https://user-images.githubusercontent.com/1092882/87815217-d864a680-c882-11ea-9c94-24b67f7125fe.png" alt="errors gopher" width="256px"/></p>
22

3-
[![](https://github.com/naughtygopher/errors/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/naughtygopher/errors/actions)
3+
[![](https://github.com/naughtygopher/errors/actions/workflows/go.yml/badge.svg?branch=master)](https://github.com/naughtygopher/errors/actions)
44
[![Go Reference](https://pkg.go.dev/badge/github.com/naughtygopher/errors.svg)](https://pkg.go.dev/github.com/naughtygopher/errors)
55
[![Go Report Card](https://goreportcard.com/badge/github.com/naughtygopher/errors)](https://goreportcard.com/report/github.com/naughtygopher/errors)
6-
[![Coverage Status](https://coveralls.io/repos/github/naughtygopher/errors/badge.svg?branch=main)](https://coveralls.io/github/naughtygopher/errors?branch=main)
6+
[![Coverage Status](https://coveralls.io/repos/github/naughtygopher/errors/badge.svg?branch=master)](https://coveralls.io/github/naughtygopher/errors?branch=master)
77
[![](https://awesome.re/mentioned-badge.svg)](https://github.com/avelino/awesome-go#error-handling)
88

99
# Errors v1.0.0

0 commit comments

Comments
 (0)