fixed broken link

This commit is contained in:
Igal Levy 2014-02-13 16:39:44 -08:00
parent 0714800904
commit 5ee776db64
1 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ There are 7 main parts to a timeseries 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|
@ -69,4 +69,4 @@ To pull it all together, the above query would return 2 data points, one for eac
"result": { "sample_name1": <some_value>, "sample_name2": <some_value>, "sample_divide": <some_value> }
}
]
```
```