Skip to content

Commit a8bcff3

Browse files
Update connector documentation (#138199)
* update links for view code in the index.md * update links for view code in each connector * delete opentext mention --------- Co-authored-by: Liam Thompson <leemthompo@gmail.com>
1 parent 8c6ac01 commit a8bcff3

30 files changed

+67
-68
lines changed

docs/reference/search-connectors/es-connectors-azure-blob.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The *Elastic Azure Blob Storage connector* is a [connector](/reference/search-co
1111

1212
This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1313

14-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/azure_blob_storage.py) (branch *main*, compatible with Elastic *9.0*).
14+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/azure_blob_storage) (branch *main*, compatible with Elastic *9.0*).
1515

1616
::::{important}
1717
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-box.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
Th Box connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/box.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/box) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-confluence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
The *Elastic Confluence connector* is a [connector](/reference/search-connectors/index.md) for [Atlassian Confluence](https://www.atlassian.com/software/confluence). This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/confluence.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/atlassian/confluence) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-dropbox.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
The *Elastic Dropbox connector* is a [connector](/reference/search-connectors/index.md) for [Dropbox](https://www.dropbox.com). This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/dropbox.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/dropbox) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
The *Elastic GitHub connector* is a [connector](/reference/search-connectors/index.md) for [GitHub](https://www.github.com). This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/github.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/github) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-gmail.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,4 +301,4 @@ See [Security](/reference/search-connectors/es-connectors-security.md).
301301

302302
This connector is built in Python with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
303303

304-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/gmail.py) (branch *main*, compatible with Elastic *9.0*).
304+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/gmail) (branch *main*, compatible with Elastic *9.0*).

docs/reference/search-connectors/es-connectors-google-cloud.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ See [Security](/reference/search-connectors/es-connectors-security.md).
192192

193193
This connector is built with the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
194194

195-
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/google_cloud_storage.py) (branch *main*, compatible with Elastic *9.0*).
195+
View the [source code for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/google_cloud_storage) (branch *main*, compatible with Elastic *9.0*).
196196

197197

198198

docs/reference/search-connectors/es-connectors-google-drive.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
The *Elastic Google Drive connector* is a [connector](/reference/search-connectors/index.md) for [Google Drive](https://www.google.com/drive). This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/google_drive.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/google_drive) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

docs/reference/search-connectors/es-connectors-graphql.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ mapped_pages:
77
# Elastic GraphQL connector reference [es-connectors-graphql]
88

99

10-
The Elastic GraphQL connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main). View the [source code for this connector](https://github.com/elastic/connectors/blob/main/connectors/sources/graphql.py).
10+
The Elastic GraphQL connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main). View the [source code for this connector](https://github.com/elastic/connectors/blob/main/app/connectors_service/connectors/sources/graphql).
1111

1212

1313
## Availability and prerequisites [es-connectors-graphql-connector-availability-and-prerequisites]

docs/reference/search-connectors/es-connectors-jira.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ mapped_pages:
99

1010
The *Elastic Jira connector* is a [connector](/reference/search-connectors/index.md) for [Atlassian Jira](https://www.atlassian.com/software/jira). This connector is written in Python using the [Elastic connector framework](https://github.com/elastic/connectors/tree/main).
1111

12-
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/connectors/sources/jira.py) (branch *main*, compatible with Elastic *9.0*).
12+
View the [**source code** for this connector](https://github.com/elastic/connectors/tree/main/app/connectors_service/connectors/sources/atlassian/jira) (branch *main*, compatible with Elastic *9.0*).
1313

1414
::::{important}
1515
As of Elastic 9.0, managed connectors on Elastic Cloud Hosted are no longer available. All connectors must be [self-managed](/reference/search-connectors/self-managed-connectors.md).

0 commit comments

Comments
 (0)