From 074ae98e3c6f987ac5183aa4ce8e1491d8cbaeb6 Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 5 Mar 2025 09:43:29 +0100 Subject: [PATCH] [DOCS] Update connectors repo link --- docs/reference/connector/docs/index.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/connector/docs/index.asciidoc b/docs/reference/connector/docs/index.asciidoc index dfca45f86ebce..3a398b0c38e64 100644 --- a/docs/reference/connector/docs/index.asciidoc +++ b/docs/reference/connector/docs/index.asciidoc @@ -62,7 +62,7 @@ include::_connectors-list-clients.asciidoc[] == Connector framework All Elastic connectors are built using our Python connector framework. -The source code is available in the {connectors-python}[`elastic/connectors`] repository on GitHub. +The source code is available in the https://github.com/elastic/connectors[`elastic/connectors`] repository on GitHub. The connector framework is available for developers to customize existing self-managed connectors or build their own connectors. Refer to <> for details.