From 03df481c9ca9a9560ef0cab9580fa7d029cc9b1a Mon Sep 17 00:00:00 2001 From: Evans Hauser Date: Fri, 23 Nov 2018 16:28:05 -0800 Subject: [PATCH] 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 528699aabec..069d350aefe 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