You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by xi...@apache.org on 2020/03/27 19:13:41 UTC

[incubator-pinot] branch master updated: Change readme link to gitbook for kafka plugins readme. (#5191)

This is an automated email from the ASF dual-hosted git repository.

xiangfu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 48fb505  Change readme link to gitbook for kafka plugins readme. (#5191)
48fb505 is described below

commit 48fb505d6c561ee08b229a605928026f1d64a300
Author: Xiang Fu <fx...@gmail.com>
AuthorDate: Fri Mar 27 12:13:33 2020 -0700

    Change readme link to gitbook for kafka plugins readme. (#5191)
---
 pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/README.md | 2 +-
 pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/README.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/README.md b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/README.md
index 444713f..cfa8b5f 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/README.md
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-0.9/README.md
@@ -21,4 +21,4 @@
 # Pinot connector for kafka 0.9.x
 
 This is an implementation of the kafka stream for kafka versions 0.9.x. The version used in this implementation is kafka 0.9.0.1. This module compiles with version 0.9.0.0 as well, however we have not tested if it runs with the older versions.
-A stream plugin for another version of kafka, or another stream, can be added in a similar fashion. Refer to documentation on (Pluggable Streams)[https://pinot.readthedocs.io/en/latest/pluggable_streams.html] for the specfic interfaces to implement.
+A stream plugin for another version of kafka, or another stream, can be added in a similar fashion. Refer to documentation on (Pluggable Streams)[https://apache-pinot.gitbook.io/apache-pinot-cookbook/developers-and-contributors/extending-pinot/pluggable-streams] for the specfic interfaces to implement.
diff --git a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/README.md b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/README.md
index e36c03e..2139672 100644
--- a/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/README.md
+++ b/pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/README.md
@@ -22,7 +22,7 @@
 
 This is an implementation of the kafka stream for kafka versions 2.x The version used in this implementation is kafka 2.0.0.
 
-A stream plugin for another version of kafka, or another stream, can be added in a similar fashion. Refer to documentation on (Pluggable Streams)[https://pinot.readthedocs.io/en/latest/pluggable_streams.html] for the specfic interfaces to implement.
+A stream plugin for another version of kafka, or another stream, can be added in a similar fashion. Refer to documentation on (Pluggable Streams)[https://apache-pinot.gitbook.io/apache-pinot-cookbook/developers-and-contributors/extending-pinot/pluggable-streams] for the specfic interfaces to implement.
 
 * How to build and release Pinot package with Kafka 2.x connector
 ```$xslt


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org