Skip to content

Commit ded71ad

Browse files
authored
docs: Update badge links
1 parent a0ee45c commit ded71ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
RabbitMQ publisher/subscriber implementation
22
=============
33

4-
[![Build Status](https://travis-ci.org/ProtocolONE/rabbitmq.svg?branch=master)](https://travis-ci.org/ProtocolONE/rabbitmq) [![codecov](https://codecov.io/gh/ProtocolONE/rabbitmq/branch/master/graph/badge.svg)](https://codecov.io/gh/ProtocolONE/rabbitmq)
4+
[![Build Status](https://travis-ci.com/ProtocolONE/rabbitmq.svg?branch=v1)](https://travis-ci.com/ProtocolONE/rabbitmq) [![codecov](https://codecov.io/gh/ProtocolONE/rabbitmq/branch/v1/graph/badge.svg)](https://codecov.io/gh/ProtocolONE/rabbitmq)
55

66
## Installation
77

@@ -86,4 +86,4 @@ func main() {
8686
log.Fatalln(err)
8787
}
8888
}
89-
```
89+
```

0 commit comments

Comments
 (0)