From d821ba8200f9308376501e3f3074c1a7817ad4fc Mon Sep 17 00:00:00 2001 From: Liam Thompson <32779855+leemthompo@users.noreply.github.com> Date: Wed, 5 Mar 2025 10:10:43 +0100 Subject: [PATCH] [DOCS] Update connectors repo link (#124072) --- 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.