Skip to content

Commit 318c717

Browse files
authored
readme: fix badges (#6687)
1 parent 39972fd commit 318c717

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# gRPC-Go
22

3-
[![Build Status](https://travis-ci.org/grpc/grpc-go.svg)](https://travis-ci.org/grpc/grpc-go)
43
[![GoDoc](https://pkg.go.dev/badge/google.golang.org/grpc)][API]
54
[![GoReportCard](https://goreportcard.com/badge/grpc/grpc-go)](https://goreportcard.com/report/github.com/grpc/grpc-go)
6-
[![codecov](https://codecov.io/gh/{{REPOSITORY}}/branch/main/graph/badge.svg)](https://codecov.io/gh/{{REPOSITORY}})
5+
[![codecov](https://codecov.io/gh/grpc/grpc-go/graph/badge.svg)](https://codecov.io/gh/grpc/grpc-go)
76

87
The [Go][] implementation of [gRPC][]: A high performance, open source, general
98
RPC framework that puts mobile and HTTP/2 first. For more information see the

0 commit comments

Comments
 (0)