abhishekrb19 commented on a change in pull request #8750: Navigate to the correct query hyperlink. URL: https://github.com/apache/incubator-druid/pull/8750#discussion_r339320606
########## File path: docs/querying/querying.md ########## @@ -76,7 +76,7 @@ Druid has numerous query types for various use cases. Queries are composed of va ## Which query should I use? -Where possible, we recommend using [Timeseries]() and [TopN]() queries instead of [GroupBy](). GroupBy is the most flexible Druid query, but also has the poorest performance. +Where possible, we recommend using [Timeseries](../querying/timeseriesquery.md) and [TopN](../querying/topnquery.md) queries instead of [GroupBy](../querying/groupbyquery.md). GroupBy is the most flexible Druid query, but also has the poorest performance. Review comment: @fjy, are you saying that this recommendation is _not_ true anymore? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
