From 6c50246a58976f4f871413d2c83080fb30391267 Mon Sep 17 00:00:00 2001 From: Marios Trivyzas Date: Mon, 3 Jun 2019 17:50:49 +0200 Subject: [PATCH] SQL: [Docs] Fix links syntax (#42806) Fix a couple of wrong links because of the order of the anchor and the usage of backquotes. (cherry picked from commit 4e0c6525153b60a57202937c2ae57968c8e35285) --- docs/reference/sql/language/syntax/commands/select.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/reference/sql/language/syntax/commands/select.asciidoc b/docs/reference/sql/language/syntax/commands/select.asciidoc index 0a4922a3cff..1ae8e219acf 100644 --- a/docs/reference/sql/language/syntax/commands/select.asciidoc +++ b/docs/reference/sql/language/syntax/commands/select.asciidoc @@ -205,7 +205,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[groupByAndMultipleAggs] ---- [TIP] -If custom bucketing is required, it can be achieved with the use of `<>`, +If custom bucketing is required, it can be achieved with the use of <>, as shown <>. [[sql-syntax-group-by-implicit]] @@ -337,7 +337,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[orderByAgg] ---- IMPORTANT: Ordering by aggregation is possible for up to 512 entries for memory consumption reasons. -In cases where the results pass this threshold, use <<`LIMIT`, sql-syntax-limit>> to reduce the number +In cases where the results pass this threshold, use <> to reduce the number of results. [[sql-syntax-order-by-score]]