diff --git a/concepts/connecting-external-content-connectors-overview.md b/concepts/connecting-external-content-connectors-overview.md index e6730da30db..0b384c51930 100644 --- a/concepts/connecting-external-content-connectors-overview.md +++ b/concepts/connecting-external-content-connectors-overview.md @@ -9,7 +9,7 @@ ms.prod: search # Microsoft Graph connectors overview -[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/indexing-api-overview) provides access to this data and intelligence. +[Microsoft 365](https://www.microsoft.com/microsoft-365) is a complete, intelligent solution that empowers users and organizations with innovative productivity experiences and rich insights to increase efficiency and drive business growth. Microsoft Graph is the data fabric that powers these intelligent experiences, and the [Microsoft Search API](/graph/api/resources/connectors-api-overview) provides access to this data and intelligence. Although most information workers spend much of their work time within productivity applications such as Microsoft 365, they also need a way to integrate that environment with the enterprise applications and other on-premises and SaaS cloud software and services that they use. Examples include enterprise resource planning (ERP) applications, customer resource management (CRM) applications, intranet applications, wikis, blogs, and social networking sites. diff --git a/concepts/connecting-external-content-manage-connections.md b/concepts/connecting-external-content-manage-connections.md index c01c8f29305..47706399155 100644 --- a/concepts/connecting-external-content-manage-connections.md +++ b/concepts/connecting-external-content-manage-connections.md @@ -134,5 +134,5 @@ To remove all items that were indexed via a connection, you can [delete a connec ## Next steps - [Register the connection schema](connecting-external-content-manage-schema.md) -- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview) +- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview) - [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample) diff --git a/concepts/connecting-external-content-manage-items.md b/concepts/connecting-external-content-manage-items.md index 994d7726e29..e95811d6b3f 100644 --- a/concepts/connecting-external-content-manage-items.md +++ b/concepts/connecting-external-content-manage-items.md @@ -151,6 +151,6 @@ Ultimately, the choice of data refresh strategy depends on your data type and co - [Use external groups to manage permissions](connecting-external-content-external-groups.md) - [Query using the Microsoft Search API](search-concept-overview.md#why-use-the-microsoft-search-api) -- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview) +- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview) - [Search custom types (externalItem)](search-concept-custom-types.md) - [Download the sample search connector from GitHub](https://github.com/microsoftgraph/msgraph-search-connector-sample) diff --git a/concepts/connecting-external-content-manage-schema.md b/concepts/connecting-external-content-manage-schema.md index c42e9168d2a..268ff0b586d 100644 --- a/concepts/connecting-external-content-manage-schema.md +++ b/concepts/connecting-external-content-manage-schema.md @@ -202,7 +202,7 @@ Adding a semantic label can affect experiences like Relevance and Viva Topics. ## Next steps - [Add items to the connection](connecting-external-content-manage-items.md) -- [Review the Microsoft Graph connectors API reference](/graph/api/resources/indexing-api-overview) +- [Review the Microsoft Graph connectors API reference](/graph/api/resources/connectors-api-overview) - [Search custom types (externalItem)](search-concept-custom-types.md) - [Build your first custom Microsoft Graph connector](/graph/connecting-external-content-build-quickstart) diff --git a/concepts/search-concept-custom-types.md b/concepts/search-concept-custom-types.md index 55f37805715..31536dd3237 100644 --- a/concepts/search-concept-custom-types.md +++ b/concepts/search-concept-custom-types.md @@ -8,7 +8,7 @@ ms.prod: "search" # Use the Microsoft Search API to search custom types imported using Microsoft Graph connectors -Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/indexing-api-overview). +Use the Microsoft Search API in Microsoft Graph to search across external content ingested and indexed by [Microsoft Graph connectors](/microsoftsearch/connectors-overview). The content is imported either via [built-in connectors](https://www.microsoft.com/microsoft-search/connectors) provided by Microsoft, or via custom connectors implemented by using the [Microsoft Graph connectors ingestion API](/graph/api/resources/connectors-api-overview). [!INCLUDE [search-schema-updated](../includes/search-schema-updated.md)] diff --git a/concepts/search-concept-overview.md b/concepts/search-concept-overview.md index a93411a8c1c..8a40002a921 100644 --- a/concepts/search-concept-overview.md +++ b/concepts/search-concept-overview.md @@ -22,7 +22,7 @@ The Microsoft Search API provides one unified search endpoint that you can use t Use [Microsoft Graph connectors](/microsoftsearch/connectors-overview) to include data outside of the Microsoft cloud in your search experience. For instance, connect to an organization's human resources database or product catalog. Then use the Microsoft Search API to seamlessly [query](/graph/api/search-query) the external data source. -Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/indexing-api-overview#common-use-cases) to index external custom items and query specific external data sources. +Browse the [Microsoft Graph connectors gallery](/microsoftsearch/connectors-gallery) to find ready-to-use connectors. Alternatively, you can [build your own connectors](/graph/api/resources/connectors-api-overview#common-use-cases) to index external custom items and query specific external data sources. ### Consistent, up-to-date search experience @@ -44,7 +44,7 @@ Looking for the API reference for this service? - [Use the Microsoft Search API to query data v1.0](/graph/api/resources/search-api-overview?view=graph-rest-1.0&preserve-view=true) - [Use the Microsoft Search API to query data beta](/graph/api/resources/search-api-overview?view=graph-rest-beta&preserve-view=true) -- [Use the Microsoft Search API to index data](/graph/api/resources/indexing-api-overview) +- [Use the Microsoft Search API to index data](/graph/api/resources/connectors-api-overview) - [Use the Microsoft Search API to manage administrative search answers beta](/graph/api/resources/search-api-answers-overview?view=graph-rest-beta&preserve-view=true) (preview) ## Next steps