diff --git a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-csharp.md b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-csharp.md
index 580a383a..ac887092 100644
--- a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-csharp.md
+++ b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-csharp.md
@@ -9,14 +9,14 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
-ms.author: scottwhi
+ms.author: v-grvanpelt
---
# Quickstart: Use a Bing Web Search .NET client library
The Bing Web Search client library makes it easy to integrate Bing Web Search into your C# application. In this quickstart, you'll learn how to instantiate a client, send a request, and print the response.
-Want to see the code right now? Samples for the [Bing Search client libraries for .NET](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/tree/master/BingSearchv7) are available on GitHub.
+Want to see the code right now? Samples for the [Bing Search client libraries for .NET](https://github.com/microsoft/bing-search-sdk-for-net/tree/main/samples/BingSearchSamples/BingWebSearch) are available on GitHub.
## Prerequisites
@@ -423,4 +423,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps
> [!div class="nextstepaction"]
-> [Cognitive Services .NET SDK samples](https://github.com/Azure-Samples/cognitive-services-dotnet-sdk-samples/)
+> [Bing Web Search .NET SDK samples](https://github.com/microsoft/bing-search-sdk-for-net/tree/main/samples/BingSearchSamples/BingWebSearch)
diff --git a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-java.md b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-java.md
index f712364d..d5d1859a 100644
--- a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-java.md
+++ b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-java.md
@@ -9,7 +9,7 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
-ms.author: scottwhi
+ms.author: v-grvanpelt
---
# Quickstart: Use a Bing Web Search Java client library
@@ -17,7 +17,7 @@ ms.author: scottwhi
The Bing Web Search client library makes it easy to integrate Bing Web Search into your Java application. In this quickstart, you'll learn how to send a request, receive a JSON response, and filter and parse the results.
-Want to see the code right now? Samples for the [Bing Search client libraries for Java](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Search) are available on GitHub.
+Want to see the code right now? Samples for the [Bing Search client libraries for Java](https://github.com/microsoft/bing-search-sdk-for-java/tree/main/samples/sdk/WebSearchSample) are available on GitHub.
## Prerequisites
@@ -292,5 +292,5 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps
> [!div class="nextstepaction"]
-> [Cognitive Services Java SDK samples](https://github.com/Azure-Samples/cognitive-services-java-sdk-samples/tree/master/Search/BingWebSearch)
+> [Bing Web Search Java SDK samples](https://github.com/microsoft/bing-search-sdk-for-java/tree/main/samples/sdk/WebSearchSample)
diff --git a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-javascript.md b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-javascript.md
index 468318df..60757667 100644
--- a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-javascript.md
+++ b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-javascript.md
@@ -9,7 +9,7 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
-ms.author: scottwhi
+ms.author: v-grvanpelt
---
# Quickstart: Use a Bing Web Search JavaScript client library
@@ -102,4 +102,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps
> [!div class="nextstepaction"]
-> [Cognitive Services Node.js SDK samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples)
+> [Bing Search Node.js SDK samples](https://github.com/Azure-Samples/cognitive-services-node-sdk-samples)
diff --git a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-python.md b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-python.md
index 3270c0cb..60d3513b 100644
--- a/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-python.md
+++ b/bing-docs/bing-web-search/quickstarts/sdk/web-search-client-library-python.md
@@ -9,14 +9,14 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: quickstart
ms.date: 07/15/2020
-ms.author: scottwhi
+ms.author: v-grvanpelt
---
# Quickstart: Use a Bing Web Search Python client library
The Bing Web Search client library makes it easy to integrate Bing Web Search into your Python application. In this quickstart, you'll learn how to send a request, receive a JSON response, and filter and parse the results.
-Want to see the code right now? Samples for the [Bing Search client libraries for Python](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples/tree/master/samples/search) are available on GitHub.
+Want to see the code right now? Samples for the [Bing Search client libraries for Python](https://github.com/microsoft/bing-search-sdk-for-python/blob/main/samples/sdk/web_search_samples.py) are available on GitHub.
## Prerequisites
@@ -317,4 +317,4 @@ When you're done with this project, make sure to remove your subscription key fr
## Next steps
> [!div class="nextstepaction"]
-> [Cognitive Services Python SDK samples](https://github.com/Azure-Samples/cognitive-services-python-sdk-samples)
+> [Bing Web Search Python SDK samples](https://github.com/microsoft/bing-search-sdk-for-python/blob/main/samples/sdk/web_search_samples.py)
diff --git a/bing-docs/bing-web-search/samples.md b/bing-docs/bing-web-search/samples.md
index 3a7c892d..bafea1b5 100644
--- a/bing-docs/bing-web-search/samples.md
+++ b/bing-docs/bing-web-search/samples.md
@@ -9,7 +9,7 @@ ms.service: bing-search-services
ms.subservice: bing-web-search
ms.topic: sample
ms.date: 07/15/2020
-ms.author: scottwhi
+ms.author: v-grvanpelt
---
# Bing Web Search samples
@@ -37,10 +37,10 @@ Here's a list of SDK samples by language. The list is subject to change. For the
|Language|Sample
|-|-
-|C#|Bing Web Search
-|Java|Bing Web Search
+|C#|Bing Web Search
+|Java|Bing Web Search
|Node.js|Bing Web Search
-|Python|Bing Web Search
+|Python|Bing Web Search
## Next steps