Skip to content

Commit 8f593f7

Browse files
Merge pull request #247713 from cmcclister/Broken-link-fix-aahill
Broken Links Fixed
2 parents 26cd25b + 578d212 commit 8f593f7

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

articles/ai-services/LUIS/includes/sdk-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Use the Language Understanding (LUIS) client libraries for Node.js to:
1818
* Train and publish app
1919
* Query prediction runtime
2020

21-
[Reference documentation](/javascript/api/@azure/cognitiveservices-luis-authoring/) | [Authoring](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices/cognitiveservices-luis-authoring) and [Prediction](https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/cognitiveservices/cognitiveservices-luis-runtime) Library source code | [Authoring](https://www.npmjs.com/package/@azure/cognitiveservices-luis-authoring) and [Prediction](https://www.npmjs.com/package/@azure/cognitiveservices-luis-runtime) NPM | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/LUIS/sdk-3x/index.js)
21+
[Reference documentation](/javascript/api/@azure/cognitiveservices-luis-authoring/) | [Authoring](https://www.npmjs.com/package/@azure/cognitiveservices-luis-authoring) and [Prediction](https://www.npmjs.com/package/@azure/cognitiveservices-luis-runtime) NPM | [Samples](https://github.com/Azure-Samples/cognitive-services-quickstart-code/blob/master/javascript/LUIS/sdk-3x/index.js)
2222

2323
## Prerequisites
2424

articles/cognitive-services/Bing-Autosuggest/concepts/sending-requests.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ The **Bing** APIs support search actions that return results according to their
3737
All endpoints support queries that return a specific language and/or location by longitude, latitude, and search radius.
3838

3939
For complete information about the parameters supported by each endpoint, see the reference pages for each type.
40-
For examples of basic requests using the Autosuggest API, see [Autosuggest Quickstarts](/azure/cognitive-services/bing-autosuggest).
40+
For examples of basic requests using the Autosuggest API, see [Autosuggest Quickstarts](/azure/cognitive-services/bing-autosuggest/get-suggested-search-terms).
4141

4242
## Bing Autosuggest API requests
4343

articles/cognitive-services/Bing-Custom-Search/endpoint-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ For information about configuring a Custom Search instance, see [Configure your
5959
The **Bing** APIs support search actions that return results according to their type. All search endpoints return results as JSON response objects.  All endpoints support queries that return a specific language and/or location by longitude, latitude, and search radius.
6060

6161
For complete information about the parameters supported by each endpoint, see the reference pages for each type.
62-
For examples of basic requests using the Custom Search API, see [Custom Search Quick-starts](/azure/cognitive-services/bing-custom-search/)
62+
For examples of basic requests using the Custom Search API, see [Custom Search Quick-starts](/azure/cognitive-services/bing-custom-search/quick-start)

articles/cognitive-services/Bing-News-Search/endpoint-news.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ Returns news topics that are currently trending on social networks. When the `/t
5252
For details about headers, parameters, market codes, response objects, errors, etc., see the [Bing News search API v7](/rest/api/cognitiveservices-bingsearch/bing-news-api-v7-reference) reference.
5353

5454
For complete information about the parameters supported by each endpoint, see the reference pages for each type.
55-
For examples of basic requests using the News search API, see [Bing News Search Quick-starts](/azure/cognitive-services/bing-news-search).
55+
For examples of basic requests using the News search API, see [Bing News Search Quick-starts](/azure/cognitive-services/bing-news-search/search-the-web).

articles/cognitive-services/Bing-Web-Search/tutorial-bing-web-search-single-page-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ms.custom:
1717

1818
[!INCLUDE [Bing move notice](../bing-web-search/includes/bing-move-notice.md)]
1919

20-
This single-page app demonstrates how to retrieve, parse, and display search results from the Bing Web Search API. The tutorial uses boilerplate HTML and CSS, and focuses on the JavaScript code. HTML, CSS, and JS files are available on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/tree/master/Tutorials/bing-web-search) with quickstart instructions.
20+
This single-page app demonstrates how to retrieve, parse, and display search results from the Bing Web Search API. The tutorial uses boilerplate HTML and CSS, and focuses on the JavaScript code. HTML, CSS, and JS files are available on [GitHub](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/tree/master/Tutorials/Bing-Web-Search) with quickstart instructions.
2121

2222
This sample app can:
2323

articles/cognitive-services/Bing-Web-Search/web-search-endpoints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Endpoint: For details about headers, parameters, market codes, response objects,
3232

3333
## Response JSON
3434

35-
The response to a Web search request includes all results as JSON objects. Parsing the result requires procedures that handle the elements of each type. See the [tutorial](./tutorial-bing-web-search-single-page-app.md) and [source code](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/tree/master/Tutorials/bing-web-search) for examples.
35+
The response to a Web search request includes all results as JSON objects. Parsing the result requires procedures that handle the elements of each type. See the [tutorial](./tutorial-bing-web-search-single-page-app.md) and [source code](https://github.com/Azure-Samples/cognitive-services-REST-api-samples/tree/master/Tutorials/Bing-Web-Search) for examples.
3636

3737
## Next steps
3838

0 commit comments

Comments
 (0)