You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by ja...@apache.org on 2020/10/06 17:59:38 UTC

[incubator-pinot] branch master updated: Fixed indexing link (#6110)

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

jackie 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 8782e47  Fixed indexing link (#6110)
8782e47 is described below

commit 8782e47b45c945cd02ccb8f06597b0ffa66a735a
Author: Kerem Yilmaz <ke...@udemy.com>
AuthorDate: Tue Oct 6 20:59:17 2020 +0300

    Fixed indexing link (#6110)
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 1616d0e..a076d8a 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Pinot was originally built at LinkedIn to power rich interactive real-time analy
 
 * **Column-oriented**: a column-oriented database with various compression schemes such as Run Length, Fixed Bit Length.
 
-* [**Pluggable indexing**](https://docs.pinot.apache.org/basics/features/indexing): pluggable indexing technologies Sorted Index, Bitmap Index, Inverted Index.
+* [**Pluggable indexing**](https://docs.pinot.apache.org/basics/indexing): pluggable indexing technologies Sorted Index, Bitmap Index, Inverted Index.
 
 * **Query optimization**: ability to optimize query/execution plan based on query and segment metadata.
 


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