Skip to content

Commit 27fba65

Browse files
committed
updating refs
1 parent f019acc commit 27fba65

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aahill
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 03/05/2020
9+
ms.date: 02/27/2020
1010
ms.author: aahi
1111
---
1212

@@ -30,7 +30,7 @@ Use the Bing Custom Search client library for C# to:
3030
- Microsoft.Rest.ClientRuntime.Azure
3131
- Newtonsoft.Json
3232

33-
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](../../../../../includes/cognitive-services-bing-custom-search-signup-requirements.md)]
33+
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
3434

3535

3636
## Create and initialize the application

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aahill
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 03/05/2020
9+
ms.date: 02/27/2020
1010
ms.author: aahi
1111
---
1212

@@ -25,7 +25,7 @@ Use the Bing Custom Search client library for Java to:
2525
* The [Gradle build tool](https://gradle.org/install/), or another dependency manager.
2626
* A Bing Custom Search instance. See [Quickstart: Create your first Bing Custom Search instance](../../quick-start.md) for more information.
2727

28-
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](../../../../../includes/cognitive-services-bing-custom-search-signup-requirements.md)]
28+
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
2929

3030
After you get a key from your trial subscription or resource, [create an environment variable](https://docs.microsoft.com/azure/cognitive-services/cognitive-services-apis-create-account#configure-an-environment-variable-for-authentication) for the key, named `AZURE_BING_CUSTOM_SEARCH_API_KEY`.
3131

articles/cognitive-services/Bing-Custom-Search/includes/quickstarts/custom-search-client-library-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: aahill
66
manager: nitinme
77
ms.service: cognitive-services
88
ms.topic: include
9-
ms.date: 03/05/2020
9+
ms.date: 02/27/2020
1010
ms.author: aahi
1111
---
1212

@@ -24,7 +24,7 @@ Use the Bing Custom Search client library for Python to:
2424
- Python [2.x or 3.x](https://www.python.org/)
2525
- The [Bing Custom Search SDK for Python](https://pypi.org/project/azure-cognitiveservices-search-customsearch/)
2626

27-
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](../../../../../includes/cognitive-services-bing-custom-search-signup-requirements.md)]
27+
[!INCLUDE [cognitive-services-bing-custom-search-prerequisites](~/includes/cognitive-services-bing-custom-search-signup-requirements.md)]
2828

2929
## Install the Python client library
3030

0 commit comments

Comments
 (0)