Skip to content

Commit 1d081ab

Browse files
committed
Fix some old links
1 parent 7263ee2 commit 1d081ab

File tree

3 files changed

+3
-3
lines changed
  • docs/reference/query-languages/esql/_snippets/functions
  • x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function

3 files changed

+3
-3
lines changed

docs/reference/query-languages/esql/_snippets/functions/description/qstr.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/reference/query-languages/esql/_snippets/functions/parameters/qstr.md

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugin/esql/src/test/java/org/elasticsearch/xpack/esql/expression/function/DocsV3Support.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ public static void renderNegatedOperator(
142142
entry("esql-time-spans", "esql/esql-time-spans.md"),
143143
entry("esql-limitations", "esql/limitations.md"),
144144
entry("esql-function-named-params", "esql/esql-syntax.md"),
145-
entry("query-dsl-query-string-query", "query-dsl-query-string-query.md")
145+
entry("query-dsl-query-string-query", "query-dsl/query-dsl-query-string-query.md")
146146
);
147147
// Static links to the commands file
148148
knownCommands = Map.ofEntries(entry("where", "where"), entry("stats-by", "stats"));

0 commit comments

Comments
 (0)