You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by mc...@apache.org on 2019/02/07 23:33:37 UTC

[incubator-pinot] branch PINOT-7658 updated: Fixing design doc references in documentation

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

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


The following commit(s) were added to refs/heads/PINOT-7658 by this push:
     new 436bdca  Fixing design doc references in documentation
436bdca is described below

commit 436bdcadd35181639910f2245be802f14fa96afd
Author: Subbu Subramaniam <ss...@linkedin.com>
AuthorDate: Thu Feb 7 15:32:32 2019 -0800

    Fixing design doc references in documentation
---
 docs/architecture.rst      | 2 +-
 docs/pluggable_streams.rst | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/architecture.rst b/docs/architecture.rst
index 27d583e..48a4148 100644
--- a/docs/architecture.rst
+++ b/docs/architecture.rst
@@ -120,7 +120,7 @@ Realtime segments are immutable once they are completed. While realtime segments
 in the sense that new rows can be added to them. Rows cannot be deleted from segments.
 
 
-See :doc:`realtime design <llc>` for details.
+See `Consuming and Indexing rows in Realtime <https://cwiki.apache.org/confluence/display/PINOT/Consuming+and+Indexing+rows+in+Realtime>`_ for details.
 
 
 Pinot Segments
diff --git a/docs/pluggable_streams.rst b/docs/pluggable_streams.rst
index 4c6b26a..f11c40c 100644
--- a/docs/pluggable_streams.rst
+++ b/docs/pluggable_streams.rst
@@ -20,7 +20,8 @@ You may encounter some limitations either in Pinot or in the stream system while
 Please feel free to get in touch with us when you start writing a stream plug-in, and we can help you out.
 We are open to receiving PRs in order to improve these abstractions if they do not work for a certain stream implementation.
 
-Refer to sections :ref:`hlc-section` and :ref:`llc-section` for details on how Pinot consumes streaming data.
+Refer to `Consuming and Indexing rows in Realtime <https://cwiki.apache.org/confluence/display/PINOT/Consuming+and+Indexing+rows+in+Realtime>`_
+for details on how Pinot consumes streaming data.
 
 Requirements to support Stream Level (High Level) consumers
 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^


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