Skip to content

Commit 7325f9a

Browse files
author
craigcaseyMSFT
committed
fix broken links from CATS report
1 parent e20ed74 commit 7325f9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/cognitive-services/LUIS/developer-reference-resource.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Bot framework provides [several tools](https://github.com/microsoft/botbuilder-t
104104
## Next steps
105105

106106
* Learn about the common [HTTP error codes](luis-reference-response-codes.md)
107-
* [Reference documentation](https://docs.microsoft.com/azure/index?pivot=sdkstools) for all APIs and SDKs
107+
* [Reference documentation](https://docs.microsoft.com/azure/index) for all APIs and SDKs
108108
* [Bot framework](https://github.com/Microsoft/botbuilder-dotnet) and [Azure Bot Service](https://dev.botframework.com/)
109109
* [LUDown](https://github.com/microsoft/botbuilder-tools/blob/master/packages/Ludown)
110110
* [Cognitive Containers](../cognitive-services-container-support.md)

articles/cognitive-services/QnAMaker/How-To/metadata-generateanswer-usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ You call GenerateAnswer with an HTTP POST request. For sample code that shows ho
5959
The POST request uses:
6060

6161
* Required [URI parameters](https://docs.microsoft.com/rest/api/cognitiveservices/qnamakerruntime/runtime/train#uri-parameters)
62-
* Required [header property](https://docs.microsoft.com/azure/cognitive-services/QnaMaker/quickstarts/quickstart-rest-curl), `Authorization`, for security
62+
* Required header property, `Authorization`, for security
6363
* Required [body properties](https://docs.microsoft.com/rest/api/cognitiveservices/qnamakerruntime/runtime/train#feedbackrecorddto).
6464

6565
The GenerateAnswer URL has the following format:

0 commit comments

Comments
 (0)