Skip to content

Commit

Permalink
Adjust some README urls to match changes in this fork (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
splynn authored Jul 23, 2024
1 parent 0681f9f commit cf5c174
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down Expand Up @@ -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

0 comments on commit cf5c174

Please sign in to comment.