Skip to content

Commit b964982

Browse files
authored
[DOCS][8.x] ESQL for search updates (#125759)
* [DOCS][8.x] ESQL for search updates
1 parent a3b9b98 commit b964982

File tree

5 files changed

+563
-6
lines changed

5 files changed

+563
-6
lines changed

docs/reference/connector/docs/connectors-API-tutorial.asciidoc

+3-3
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ Note: With {es} running locally, you will need to pass the username and password
8484
.Running API calls
8585
****
8686
87-
You can run API calls using the https://www.elastic.co/guide/en/kibana/master/console-kibana.html[Dev Tools Console] in Kibana, using `curl` in your terminal, or with our programming language clients.
87+
You can run API calls using the https://www.elastic.co/guide/en/kibana/8.x/console-kibana.html[Dev Tools Console] in Kibana, using `curl` in your terminal, or with our programming language clients.
8888
Our example widget allows you to copy code examples in both Dev Tools Console syntax and curl syntax.
8989
To use curl, you'll need to add authentication headers to your request.
9090
@@ -171,9 +171,9 @@ Now it's time for the real fun! We'll set up a connector to create a searchable
171171
[discrete#es-connectors-tutorial-api-create-connector]
172172
==== Create a connector
173173

174-
We'll use the https://www.elastic.co/guide/en/elasticsearch/reference/master/create-connector-api.html[Create connector API] to create a PostgreSQL connector instance.
174+
We'll use the https://www.elastic.co/guide/en/elasticsearch/reference/8.x/create-connector-api.html[Create connector API] to create a PostgreSQL connector instance.
175175

176-
Run the following API call, using the https://www.elastic.co/guide/en/kibana/master/console-kibana.html[Dev Tools Console] or `curl`:
176+
Run the following API call, using the https://www.elastic.co/guide/en/kibana/8.x/console-kibana.html[Dev Tools Console] or `curl`:
177177

178178
[source,console]
179179
----

0 commit comments

Comments
 (0)