From 6f45f88f260bf648fc792a0b1c9a9b09358b1713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavier=20L=C3=A9aut=C3=A9?= Date: Fri, 29 Aug 2014 16:39:09 -0700 Subject: [PATCH] fix post-aggregations broken link --- docs/content/GroupByQuery.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/GroupByQuery.md b/docs/content/GroupByQuery.md index 6781d77cbf2..0c6cf0cdf67 100644 --- a/docs/content/GroupByQuery.md +++ b/docs/content/GroupByQuery.md @@ -55,7 +55,7 @@ There are 11 main parts to a groupBy query: |granularity|Defines the granularity of the query. See [Granularities](Granularities.html)|yes| |filter|See [Filters](Filters.html)|no| |aggregations|See [Aggregations](Aggregations.html)|yes| -|postAggregations|See [Post Aggregations](Post-Aggregations.html)|no| +|postAggregations|See [Post Aggregations](Post-aggregations.html)|no| |intervals|A JSON Object representing ISO-8601 Intervals. This defines the time ranges to run the query over.|yes| |context|An additional JSON Object which can be used to specify certain flags.|no| @@ -87,4 +87,4 @@ To pull it all together, the above query would return *n\*m* data points, up to }, ... ] -``` \ No newline at end of file +```