Skip to content

Commit 4e0c652

Browse files
authored
SQL: [Docs] Fix links syntax (elastic#42806)
Fix a couple of wrong links because of the order of the anchor and the usage of backquotes.
1 parent 64642e4 commit 4e0c652

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/reference/sql/language/syntax/commands/select.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[groupByAndMultipleAggs]
205205
----
206206

207207
[TIP]
208-
If custom bucketing is required, it can be achieved with the use of `<<sql-functions-conditional-case, CASE>>`,
208+
If custom bucketing is required, it can be achieved with the use of <<sql-functions-conditional-case, `CASE`>>,
209209
as shown <<sql-functions-conditional-case-groupby-custom-buckets, here>>.
210210

211211
[[sql-syntax-group-by-implicit]]
@@ -337,7 +337,7 @@ include-tagged::{sql-specs}/docs/docs.csv-spec[orderByAgg]
337337
----
338338
339339
IMPORTANT: Ordering by aggregation is possible for up to 512 entries for memory consumption reasons.
340-
In cases where the results pass this threshold, use <<`LIMIT`, sql-syntax-limit>> to reduce the number
340+
In cases where the results pass this threshold, use <<sql-syntax-limit,`LIMIT`>> to reduce the number
341341
of results.
342342
343343
[[sql-syntax-order-by-score]]

0 commit comments

Comments
 (0)