You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2018/11/24 00:28:11 UTC

[incubator-druid] branch master updated: Docs: Fix wikipedia links in Ingestion:Rollup (#6659)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 03df481  Docs: Fix wikipedia links in Ingestion:Rollup (#6659)
03df481 is described below

commit 03df481c9ca9a9560ef0cab9580fa7d029cc9b1a
Author: Evans Hauser <ev...@gmail.com>
AuthorDate: Fri Nov 23 16:28:05 2018 -0800

    Docs: Fix wikipedia links in Ingestion:Rollup (#6659)
    
    The rendered site doesn't have automatic link detection, so we need to add these links in explicitly. This also fixes the Measure link, which included an extra `)`
    
    http://druid.io/docs/latest/ingestion/index.html#rollup
---
 docs/content/ingestion/index.md | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/content/ingestion/index.md b/docs/content/ingestion/index.md
index 528699a..069d350 100644
--- a/docs/content/ingestion/index.md
+++ b/docs/content/ingestion/index.md
@@ -248,8 +248,10 @@ The rollup granularity is the minimum granularity you will be able to explore da
 Hence, Druid ingestion specs define this granularity as the `queryGranularity` of the data. The lowest supported `queryGranularity` is millisecond.
 
 The following links may be helpful in further understanding dimensions and metrics:
-* https://en.wikipedia.org/wiki/Dimension_(data_warehouse)
-* https://en.wikipedia.org/wiki/Measure_(data_warehouse))
+
+* [https://en.wikipedia.org/wiki/Dimension_(data_warehouse)](https://en.wikipedia.org/wiki/Dimension_(data_warehouse))
+
+* [https://en.wikipedia.org/wiki/Measure_(data_warehouse)](https://en.wikipedia.org/wiki/Measure_(data_warehouse))
 
 ### Roll-up modes
 


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