mirror of
https://github.com/apache/druid.git
synced 2025-02-17 07:25:02 +00:00
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
This commit is contained in:
parent
22a5bf97a2
commit
03df481c9c
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user