Skip to content

Commit dfd8d35

Browse files
authored
Fix urls (Azure#39249)
1 parent b974463 commit dfd8d35

File tree

21 files changed

+59
-59
lines changed

21 files changed

+59
-59
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -463,38 +463,38 @@ When you submit a pull request, a CLA-bot will automatically determine whether y
463463
This project has adopted the [Microsoft Open Source Code of Conduct][code_of_conduct]. For more information see the [Code of Conduct FAQ][coc_faq] or contact [[email protected]][coc_contact] with any additional questions or comments.
464464

465465
<!-- LINKS -->
466-
[azure_cli]: https://docs.microsoft.com/cli/azure/
466+
[azure_cli]: https://learn.microsoft.com/cli/azure/
467467
[azure_portal]: https://portal.azure.com/
468468
[azure_subscription]: https://azure.microsoft.com/free/
469469
[language_resource]: https://portal.azure.com/#create/Microsoft.CognitiveServicesTextAnalytics
470470
[cla]: https://cla.microsoft.com
471471
[coc_contact]: mailto:[email protected]
472472
[coc_faq]: https://opensource.microsoft.com/codeofconduct/faq/
473473
[code_of_conduct]: https://opensource.microsoft.com/codeofconduct/
474-
[cognitive_auth]: https://docs.microsoft.com/azure/cognitive-services/authentication/
474+
[cognitive_auth]: https://learn.microsoft.com/azure/cognitive-services/authentication/
475475
[contributing]: https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md
476476
[python_logging]: https://docs.python.org/3/library/logging.html
477-
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
477+
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
478478
[azure_core_ref_docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html
479479
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
480480
[pip_link]:https://pypi.org/project/pip/
481481
[conversationallanguage_client_src]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations
482482
[conversationallanguage_pypi_package]: https://pypi.org/project/azure-ai-language-conversations/
483483
[api_reference_documentation]:https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
484484
[conversationallanguage_refdocs]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations
485-
[conversationallanguage_docs]: https://docs.microsoft.com/azure/cognitive-services/language-service/conversational-language-understanding/overview
485+
[conversationallanguage_docs]: https://learn.microsoft.com/azure/cognitive-services/language-service/conversational-language-understanding/overview
486486
[conversationallanguage_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/README.md
487487
[conversationallanguage_restdocs]: https://learn.microsoft.com/rest/api/language/
488488
[conversationanalysisclient_class]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html#azure.ai.language.conversations.ConversationAnalysisClient
489489
[conversationauthoringclient_class]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html#azure.ai.language.conversations.ConversationAuthoringClient
490490
[azure_core_exceptions]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
491491
[azure_language_portal]: https://language.cognitive.azure.com/home
492-
[cognitive_authentication_aad]: https://docs.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
492+
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
493493
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials
494-
[custom_subdomain]: https://docs.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
494+
[custom_subdomain]: https://learn.microsoft.com/azure/cognitive-services/authentication#create-a-resource-with-a-custom-subdomain
495495
[install_azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#install-the-package
496-
[register_aad_app]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
497-
[grant_role_access]: https://docs.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
496+
[register_aad_app]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
497+
[grant_role_access]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
498498
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
499499

500500
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fsdk%2Ftemplate%2Fazure-template%2FREADME.png)

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConversationAnalysisClient(
2727
): # pylint: disable=client-accepts-api-version-keyword
2828
"""The language service conversations API is a suite of natural language processing (NLP) skills
2929
that can be used to analyze structured conversations (textual or spoken). Further documentation
30-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
30+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3131
3232
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3333
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _authentication_policy(credential):
5353
class ConversationAnalysisClient(GeneratedConversationAnalysisClient):
5454
"""The language service conversations API is a suite of natural language processing (NLP) skills
5555
that can be used to analyze structured conversations (textual or spoken). Further documentation
56-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
56+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
5757
5858
:param endpoint: Supported Cognitive Services endpoint (e.g.,
5959
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/aio/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConversationAnalysisClient(
2727
): # pylint: disable=client-accepts-api-version-keyword
2828
"""The language service conversations API is a suite of natural language processing (NLP) skills
2929
that can be used to analyze structured conversations (textual or spoken). Further documentation
30-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
30+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3131
3232
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3333
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/aio/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def _authentication_policy(credential):
5353
class ConversationAnalysisClient(GeneratedConversationAnalysisClient):
5454
"""The language service conversations API is a suite of natural language processing (NLP) skills
5555
that can be used to analyze structured conversations (textual or spoken). Further documentation
56-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
56+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
5757
5858
:param endpoint: Supported Cognitive Services endpoint (e.g.,
5959
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/authoring/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConversationAuthoringClient(
2727
): # pylint: disable=client-accepts-api-version-keyword
2828
"""The language service conversations API is a suite of natural language processing (NLP) skills
2929
that can be used to analyze structured conversations (textual or spoken). Further documentation
30-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
30+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3131
3232
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3333
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/authoring/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _authentication_policy(credential):
3131
class ConversationAuthoringClient(GeneratedConversationAuthoringClient):
3232
"""The language service conversations API is a suite of natural language processing (NLP) skills
3333
that can be used to analyze structured conversations (textual or spoken). Further documentation
34-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
34+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3535
3636
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3737
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/authoring/aio/_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class ConversationAuthoringClient(
2727
): # pylint: disable=client-accepts-api-version-keyword
2828
"""The language service conversations API is a suite of natural language processing (NLP) skills
2929
that can be used to analyze structured conversations (textual or spoken). Further documentation
30-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
30+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3131
3232
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3333
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/azure/ai/language/conversations/authoring/aio/_patch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def _authentication_policy(credential):
3131
class ConversationAuthoringClient(GeneratedConversationAuthoringClient):
3232
"""The language service conversations API is a suite of natural language processing (NLP) skills
3333
that can be used to analyze structured conversations (textual or spoken). Further documentation
34-
can be found in https://docs.microsoft.com/azure/cognitive-services/language-service/overview.
34+
can be found in https://learn.microsoft.com/azure/cognitive-services/language-service/overview.
3535
3636
:param endpoint: Supported Cognitive Services endpoint (e.g.,
3737
https://:code:`<resource-name>`.cognitiveservices.azure.com). Required.

sdk/cognitivelanguage/azure-ai-language-conversations/samples/async/sample_authentication_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
azure-identity client library.
1515
1616
See more details about authentication here:
17-
https://docs.microsoft.com/azure/cognitive-services/authentication
17+
https://learn.microsoft.com/azure/cognitive-services/authentication
1818
1919
Note: the endpoint must be formatted to use the custom domain name for your resource:
2020
https://<NAME-OF-YOUR-RESOURCE>.cognitiveservices.azure.com/

0 commit comments

Comments
 (0)