Skip to content

Commit c055eba

Browse files
authored
update broken links (Azure#21643)
* update broken links * update links
1 parent a1e69a8 commit c055eba

File tree

2 files changed

+12
-8
lines changed

2 files changed

+12
-8
lines changed

sdk/cognitivelanguage/azure-ai-language-conversations/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The CLU **analyze api** encompasses two projects; conversation, and orchestratio
66
You can use the "conversation" project if you want to extract intents (intention behind a user utterance) and custom entities.
77
You can also use the "orchestration" project which orchestrates multiple language apps to get the best response (language apps like Question Answering, Luis, and Conversation).
88

9-
[Source code][conversationallanguage_client_src] | [Package (PyPI)][conversationallanguage_pypi_package] | [API reference documentation][conversationallanguage_refdocs] | [Product documentation][conversationallanguage_docs] | [Samples][conversationallanguage_samples]
9+
[Source code][conversationallanguage_client_src] | [Package (PyPI)][conversationallanguage_pypi_package] | [API reference documentation][api_reference_documentation] | [Product documentation][conversationallanguage_docs] | [Samples][conversationallanguage_samples]
1010

1111
## _Disclaimer_
1212

@@ -295,9 +295,10 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
295295
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
296296
[pip_link]:https://pypi.org/project/pip/
297297
[conversationallanguage_client_src]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations
298-
[conversationallanguage_pypi_package]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations
298+
[conversationallanguage_pypi_package]: https://pypi.org/project/azure-ai-language-conversations/
299+
[api_reference_documentation]:https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
299300
[conversationallanguage_refdocs]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations
300-
[conversationallanguage_docs]: https://azure.microsoft.com/services/cognitive-services/language-understanding-intelligent-service/
301+
[conversationallanguage_docs]: https://docs.microsoft.com/azure/cognitive-services/language-service/conversational-language-understanding/overview
301302
[conversationallanguage_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/README.md
302303
[conversationanalysis_client_class]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/_conversation_analysis_client.py
303304
[azure_core_exceptions]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md

sdk/cognitivelanguage/azure-ai-language-conversations/samples/README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,8 @@ For more information about how the versioning of the SDK corresponds to the vers
4949
2. Set the environment variables specified in the sample file you wish to run.
5050
3. Follow the usage described in the file, e.g. `python sample_analyze_conversation_app.py`
5151

52-
## Next steps
53-
54-
Check out the [API reference documentation][api_reference_documentation] to learn more about
55-
what you can do with the Azure Conversational Language Understanding client library.
52+
## Advanced Samples
53+
The following samples showcase some advanced concepts in CLU
5654

5755
| **Advanced Sample File Name** | **Description** |
5856
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------ |
@@ -62,6 +60,11 @@ what you can do with the Azure Conversational Language Understanding client libr
6260
| [sample_analyze_orchestration_app_conversation_response.py][sample_analyze_orchestration_app_conversation_response] and [sample_analyze_orchestration_app_conversation_reponse_async.py][sample_analyze_orchestration_app_conversation_response_async] | Same as orchestration sample, but in this case the best response will be a Conversation project |
6361
| [sample_analyze_orchestration_app_luis_response.py][sample_analyze_orchestration_app_luis_response] and [sample_analyze_orchestration_app_luis_response_async.py][sample_analyze_orchestration_app_luis_response_async] | Same as orchestration sample, but in this case the best response will be a LUIS project |
6462

63+
## Next Steps
64+
65+
Check out the [API reference documentation][api_reference_documentation] to learn more about
66+
what you can do with the Azure Conversational Language Understanding client library.
67+
6568

6669
[azure_subscription]: https://azure.microsoft.com/free/
6770
[azure_clu_account]: https://language.azure.com/clu/projects
@@ -82,5 +85,5 @@ what you can do with the Azure Conversational Language Understanding client libr
8285
[sample_analyze_orchestration_app_luis_response_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/async/sample_analyze_orchestration_app_luis_response_async.py
8386
[sample_analyze_orchestration_app_with_params]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/sample_analyze_orchestration_app_with_params.py
8487
[sample_analyze_orchestration_app_with_params_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/async/sample_analyze_orchestration_app_with_params_async.py
85-
[api_reference_documentation]: https://language.azure.com/clu/projects
88+
[api_reference_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
8689
[versioning_story_readme]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations#install-the-package

0 commit comments

Comments
 (0)