Browse Source

ESQL: change link to profile explanation (#114032) (#114035)

Let's use a vendor neutral link.
Nik Everett 1 year ago
parent
commit
1c91c772de
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docs/reference/esql/esql-query-api.asciidoc

+ 2 - 2
docs/reference/esql/esql-query-api.asciidoc

@@ -80,7 +80,7 @@ For syntax, refer to <<esql-locale-param>>.
 with information about how the query was executed. It provides insight into the performance
 with information about how the query was executed. It provides insight into the performance
 of each part of the query. This is for human debugging as the object's format might change at any time.
 of each part of the query. This is for human debugging as the object's format might change at any time.
 Think of this like https://www.postgresql.org/docs/current/sql-explain.html[EXPLAIN ANALYZE] or
 Think of this like https://www.postgresql.org/docs/current/sql-explain.html[EXPLAIN ANALYZE] or
-https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/EXPLAIN-PLAN.html[EXPLAIN PLAN].
+https://en.wikipedia.org/wiki/Query_plan[EXPLAIN PLAN].
 
 
 `query`::
 `query`::
 (Required, string) {esql} query to run. For syntax, refer to <<esql-syntax>>.
 (Required, string) {esql} query to run. For syntax, refer to <<esql-syntax>>.
@@ -113,4 +113,4 @@ Values for the search results.
 Profile describing the execution of the query. Only returned if `profile` was sent in the body.
 Profile describing the execution of the query. Only returned if `profile` was sent in the body.
 The object itself is for human debugging and can change at any time. Think of this like
 The object itself is for human debugging and can change at any time. Think of this like
 https://www.postgresql.org/docs/current/sql-explain.html[EXPLAIN ANALYZE] or
 https://www.postgresql.org/docs/current/sql-explain.html[EXPLAIN ANALYZE] or
-https://docs.oracle.com/en/database/oracle/oracle-database/19/sqlrf/EXPLAIN-PLAN.html[EXPLAIN PLAN].
+https://en.wikipedia.org/wiki/Query_plan[EXPLAIN PLAN].