浏览代码

[DOCS] Use shortened URL to link to ES|QL demo env (#103862)

Abdon Pijpelink 1 年之前
父节点
当前提交
cacef35467

+ 2 - 2
docs/reference/tab-widgets/esql/esql-getting-started-enrich-policy.asciidoc

@@ -58,9 +58,9 @@ DELETE /_enrich/policy/clientip_policy
 
 // tag::demo-env[]
 
-On the demo environment at https://esql.demo.elastic.co/[esql.demo.elastic.co],
+On the demo environment at https://ela.st/ql/[ela.st/ql],
 an enrich policy called `clientip_policy` has already been created an executed.
 The policy links an IP address to an environment ("Development", "QA", or
-"Production")
+"Production").
 
 // end::demo-env[]

+ 1 - 1
docs/reference/tab-widgets/esql/esql-getting-started-sample-data.asciidoc

@@ -43,6 +43,6 @@ PUT sample_data/_bulk
 
 The data set used in this guide has been preloaded into the Elastic {esql}
 public demo environment. Visit
-https://esql.demo.elastic.co/[esql.demo.elastic.co] to start using it.
+https://ela.st/ql[ela.st/ql] to start using it.
 
 // end::demo-env[]