From 24de74fd14adb5e1f4da490d20de45d2f49588d6 Mon Sep 17 00:00:00 2001 From: Harlow Ward Date: Mon, 18 Feb 2019 11:10:02 -0800 Subject: [PATCH] Fix the CI and Doc links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0430f4..757cf56 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Golang Kinesis Consumer -[![Build Status](https://travis-ci.com/harlow/kinesis-consumer.svg?branch=master)](https://travis-ci.com/harlow/kinesis-consumer) [![GoDoc](https://godoc.org/github.com/harlow/kinesis-consumer?status.svg)](https://godoc.org/github.com/harlow/kinesis-consumers) +[![Build Status](https://travis-ci.com/harlow/kinesis-consumer.svg?branch=master)](https://travis-ci.com/harlow/kinesis-consumer) [![GoDoc](https://godoc.org/github.com/harlow/kinesis-consumer?status.svg)](https://godoc.org/github.com/harlow/kinesis-consumer) Kinesis consumer applications written in Go. This library is intended to be a lightweight wrapper around the Kinesis API to read records, save checkpoints (with swappable backends), and gracefully recover from service timeouts/errors.