Skip to content

Commit

Permalink
Fix link from asciidoc to javadocs
Browse files Browse the repository at this point in the history
  • Loading branch information
rajinisivaram committed Dec 12, 2016
1 parent a2dad9b commit 40c01c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion reactor-kafka-docs/src/docs/asciidoc/api-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 40c01c0

Please sign in to comment.