diff --git a/README.md b/README.md index 54adbd12..c64ac3f8 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ Reactor Kafka =================== [![Join the chat at https://gitter.im/reactor/reactor](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/reactor/reactor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) +[![Maven](https://maven-badges.herokuapp.com/maven-central/io.projectreactor.kafka/reactor-kafka/badge.svg?style=plastic)](http://mvnrepository.com/artifact/io.projectreactor.kafka/reactor-kafka) [![Bintray](https://api.bintray.com/packages/spring/jars/io.projectreactor.kafka/images/download.svg)](https://bintray.com/spring/jars/io.projectreactor.kafka/_latestVersion) [![Travis CI](https://img.shields.io/travis/reactor/reactor-kafka.svg)](https://travis-ci.org/reactor/reactor-kafka) [![Coverage](https://img.shields.io/codecov/c/github/reactor/reactor-kafka.svg)](https://travis-ci.org/reactor/reactor-kafka) diff --git a/reactor-kafka-docs/src/docs/asciidoc/api-guide.adoc b/reactor-kafka-docs/src/docs/asciidoc/api-guide.adoc index 5790c275..56378537 100644 --- a/reactor-kafka-docs/src/docs/asciidoc/api-guide.adoc +++ b/reactor-kafka-docs/src/docs/asciidoc/api-guide.adoc @@ -9,7 +9,7 @@ There are two main interfaces in Reactor Kafka: . `reactor.kafka.Sender` for publishing messages to Kafka . `reactor.kafka.Receiver` for consuming messages from Kafka -Full API for Reactor Kafka is available in the link:../api/index.html[javadocs]. +Full API for Reactor Kafka is available in the link:../../api/index.html[javadocs]. The project uses https://github.com/reactor/reactor-core[Reactor Core] to expose a https://github.com/reactive-streams/reactive-streams-jvm["Reactive Streams"] API.