From cf5c17446f07f98dac36ca4bf6f38c709b2d6e2e Mon Sep 17 00:00:00 2001 From: Simon Lynn Date: Tue, 23 Jul 2024 11:46:46 +0100 Subject: [PATCH] Adjust some README urls to match changes in this fork (#4) --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 964114a..ee66234 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Amazon kinesis producer [![Build status][travis-image]][travis-url] [![License][license-image]][license-url] [![GoDoc][godoc-img]][godoc-url] +# Amazon kinesis producer [![Build status][semaphore-image]][semaphore-url] [![License][license-image]][license-url] [![GoDoc][godoc-img]][godoc-url] > A KPL-like batch producer for Amazon Kinesis built on top of the official Go AWS SDK and using the same aggregation format that [KPL][kpl-url] use. @@ -105,14 +105,14 @@ kinesis-producer ships with three logger implementations. ### License MIT -[godoc-url]: https://godoc.org/github.com/a8m/kinesis-producer -[godoc-img]: https://img.shields.io/badge/godoc-reference-blue.svg?style=flat-square +[godoc-url]: https://godoc.org/github.com/Countingup/kinesis-producer +[godoc-img]: https://img.shields.io/badge/godoc-reference-blue.svg [kpl-url]: https://github.com/awslabs/amazon-kinesis-producer [de-aggregation]: http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-kpl-consumer-deaggregation.html [kpl-aggregation]: http://docs.aws.amazon.com/kinesis/latest/dev/kinesis-producer-adv-aggregation.html -[aggregation-format-url]: https://github.com/a8m/kinesis-producer/blob/master/aggregation-format.md -[license-image]: https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square +[aggregation-format-url]: https://github.com/Countingup/kinesis-producer/blob/master/aggregation-format.md +[license-image]: https://img.shields.io/badge/license-MIT-blue.svg [license-url]: LICENSE -[travis-image]: https://img.shields.io/travis/a8m/kinesis-producer.svg?style=flat-square -[travis-url]: https://travis-ci.org/a8m/kinesis-producer +[semaphore-image]: https://countingup.semaphoreci.com/badges/kinesis-producer.svg?style=shields +[semaphore-url]: https://countingup.semaphoreci.com/projects/kinesis-producer