diff --git a/docs/content/Tutorial:-A-First-Look-at-Druid.md b/docs/content/Tutorial:-A-First-Look-at-Druid.md index f5fbbc34712..3853474e83c 100644 --- a/docs/content/Tutorial:-A-First-Look-at-Druid.md +++ b/docs/content/Tutorial:-A-First-Look-at-Druid.md @@ -302,7 +302,7 @@ and put the following in there: } ``` -Woah! Our query just got a way more complicated. Now we have these [Filters](Filters.html) things and this [OrderBy](OrderBy.html) thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. +Woah! Our query just got a way more complicated. Now we have these [Filters](Filters.html) things and this [LimitSpec](LimitSpec.html) thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. If you issue the query: diff --git a/docs/content/Tutorial:-Webstream.md b/docs/content/Tutorial:-Webstream.md index 3d8d70e8fcd..940665ed75c 100644 --- a/docs/content/Tutorial:-Webstream.md +++ b/docs/content/Tutorial:-Webstream.md @@ -267,7 +267,7 @@ and put the following in there: } ``` -Woah! Our query just got a way more complicated. Now we have these [Filters](Filters.html) things and this [OrderBy](OrderBy.html) thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. +Woah! Our query just got a way more complicated. Now we have these [Filters](Filters.html) things and this [LimitSpec](LimitSpec.html) thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. If you issue the query: diff --git a/docs/content/Twitter-Tutorial.md b/docs/content/Twitter-Tutorial.md index a76ed397e65..0221b7b0c17 100644 --- a/docs/content/Twitter-Tutorial.md +++ b/docs/content/Twitter-Tutorial.md @@ -315,7 +315,7 @@ and put the following in there: } ``` -Woah! Our query just got a way more complicated. Now we have these "Filters":Filters.html things and this "OrderBy":OrderBy.html thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. +Woah! Our query just got a way more complicated. Now we have these "Filters":Filters.html things and this "LimitSpec":LimitSpec.html thing. Fear not, it turns out the new objects we've introduced to our query can help define the format of our results and provide an answer to our question. If you issue the query: diff --git a/docs/content/toc.textile b/docs/content/toc.textile index 8cacc102716..5ca3d978fe4 100644 --- a/docs/content/toc.textile +++ b/docs/content/toc.textile @@ -49,7 +49,7 @@ h2. Querying ** "DimensionSpecs":./DimensionSpecs.html * Query Types ** "GroupBy":./GroupByQuery.html -*** "OrderBy":./OrderBy.html +*** "LimitSpec":./LimitSpec.html *** "Having":./Having.html ** "Search":./SearchQuery.html *** "SearchQuerySpec":./SearchQuerySpec.html