From b555974b166ebae1feb667136c091ec4de6ac2e0 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 10 Jul 2025 11:09:06 -0700 Subject: [PATCH 1/2] Fix links --- .../connector/docs/connectors-API-tutorial.asciidoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/reference/connector/docs/connectors-API-tutorial.asciidoc b/docs/reference/connector/docs/connectors-API-tutorial.asciidoc index 8e9c7de92128d..dad296b9191ef 100644 --- a/docs/reference/connector/docs/connectors-API-tutorial.asciidoc +++ b/docs/reference/connector/docs/connectors-API-tutorial.asciidoc @@ -84,7 +84,7 @@ Note: With {es} running locally, you will need to pass the username and password .Running API calls **** -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. +You can run API calls using the {kibana-ref}/console-kibana.html[Dev Tools Console] in Kibana, using `curl` in your terminal, or with our programming language clients. Our example widget allows you to copy code examples in both Dev Tools Console syntax and curl syntax. To use curl, you'll need to add authentication headers to your request. @@ -171,9 +171,9 @@ Now it's time for the real fun! We'll set up a connector to create a searchable [discrete#es-connectors-tutorial-api-create-connector] ==== Create a connector -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. +We'll use the {ref}/create-connector-api.html[Create connector API] to create a PostgreSQL connector instance. -Run the following API call, using the https://www.elastic.co/guide/en/kibana/8.x/console-kibana.html[Dev Tools Console] or `curl`: +Run the following API call, using the {kibana-ref}/8.x/console-kibana.html[Dev Tools Console] or `curl`: [source,console] ---- From b8e88d7c8bd045eb93c9f6fb455a2c415e9cbf75 Mon Sep 17 00:00:00 2001 From: Brandon Morelli Date: Thu, 10 Jul 2025 11:41:01 -0700 Subject: [PATCH 2/2] Update connectors-API-tutorial.asciidoc --- docs/reference/connector/docs/connectors-API-tutorial.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/connector/docs/connectors-API-tutorial.asciidoc b/docs/reference/connector/docs/connectors-API-tutorial.asciidoc index dad296b9191ef..ff40e1170a826 100644 --- a/docs/reference/connector/docs/connectors-API-tutorial.asciidoc +++ b/docs/reference/connector/docs/connectors-API-tutorial.asciidoc @@ -173,7 +173,7 @@ Now it's time for the real fun! We'll set up a connector to create a searchable We'll use the {ref}/create-connector-api.html[Create connector API] to create a PostgreSQL connector instance. -Run the following API call, using the {kibana-ref}/8.x/console-kibana.html[Dev Tools Console] or `curl`: +Run the following API call, using the {kibana-ref}/console-kibana.html[Dev Tools Console] or `curl`: [source,console] ----