From c6e1a5d454550ff4eb0ee1c17cf1c2058cd72774 Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Mon, 4 Nov 2019 16:47:59 +0100 Subject: [PATCH 1/2] Fix tests status badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bad8576..0d487b3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![CircleCI](https://circleci.com/gh/optiopay/kafka.svg?style=svg)](https://circleci.com/gh/optiopay/kafka) +[![Tests status](https://github.com/optiopay/kafka/workflows/Kafka/badge.svg)](https://github.com/optiopay/kafka/actions?query=workflow%3AKafka) [![GoDoc](https://godoc.org/github.com/optiopay/kafka?status.png)](https://godoc.org/github.com/optiopay/kafka) # Kafka From 5a7a8344a29f5c7277553a6ecc8a0c69d0c928f9 Mon Sep 17 00:00:00 2001 From: Samuel El-Borai Date: Mon, 4 Nov 2019 16:49:37 +0100 Subject: [PATCH 2/2] Fix links in readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0d487b3..72f48b8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Tests status](https://github.com/optiopay/kafka/workflows/Kafka/badge.svg)](https://github.com/optiopay/kafka/actions?query=workflow%3AKafka) -[![GoDoc](https://godoc.org/github.com/optiopay/kafka?status.png)](https://godoc.org/github.com/optiopay/kafka) +[![GoDoc](https://godoc.org/github.com/optiopay/kafka/v2?status.png)](https://godoc.org/github.com/optiopay/kafka/v2) # Kafka @@ -10,8 +10,8 @@ Kafka provides minimal abstraction over wire protocol, support for transparent failover and easy to use blocking API. -* [godoc](https://godoc.org/github.com/optiopay/kafka) generated documentation, -* [code examples](https://godoc.org/github.com/optiopay/kafka#pkg-examples) +* [godoc](https://godoc.org/github.com/optiopay/kafka/v2) generated documentation, +* [code examples](https://godoc.org/github.com/optiopay/kafka/v2#pkg-examples) ## Example