Skip to content

Commit 05f007e

Browse files
authored
[Language] Fix broken doc links and add API reference links for newly published libraries (#43628)
1 parent 4adcc52 commit 05f007e

File tree

3 files changed

+6
-9
lines changed
  • sdk/cognitivelanguage
    • azure-ai-language-conversations-authoring
    • azure-ai-language-questionanswering
    • azure-ai-textanalytics-authoring

3 files changed

+6
-9
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -401,9 +401,8 @@ For more information, see the [Code of Conduct FAQ][coc_faq] or contact [opencod
401401
[conversation_authoring_pypi_package]: https://pypi.org/project/azure-ai-language-conversations-authoring/
402402
[conversation_authoring_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations-authoring/samples/README.md
403403
[conversation_authoring_docs]: https://learn.microsoft.com/azure/ai-services/language-service/conversational-language-understanding/overview
404-
[api_reference_authoring]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations-authoring
405-
<!-- TODO: change api_reference_documentation to azuresdkdocs link after first publish -->
406-
[conversation_authoring_restdocs]: https://learn.microsoft.com/rest/api/language/conversation-authoring-project?view=rest-language-2023-04-01
404+
[api_reference_authoring]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-conversations-authoring/latest/azure.ai.language.conversations.authoring.html
405+
[conversation_authoring_restdocs]: https://learn.microsoft.com/rest/api/language/analyze-conversations-authoring/conversation-authoring-project?view=rest-language-analyze-conversations-authoring-2025-11-01
407406
[azure_language_portal]: https://language.cognitive.azure.com/home
408407
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
409408
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,5 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
402402
[register_aad_app]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
403403
[grant_role_access]: https://learn.microsoft.com/azure/cognitive-services/authentication#assign-a-role-to-a-service-principal
404404
[default_azure_credential]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#defaultazurecredential
405-
[questionanswering_rest_docs]: https://learn.microsoft.com/rest/api/language/question-answering?view=rest-language-2021-10-01
406-
[questionanswering_rest_docs_authoring]: https://learn.microsoft.com/rest/api/language/question-answering-projects?view=rest-language-2021-10-01
407-
405+
[questionanswering_rest_docs]: https://learn.microsoft.com/rest/api/language/question-answering/question-answering?view=rest-language-question-answering-2023-04-01
406+
[questionanswering_rest_docs_authoring]: https://learn.microsoft.com/rest/api/language/question-answering-authoring/question-answering-projects?view=rest-language-question-answering-authoring-2023-04-01

sdk/cognitivelanguage/azure-ai-textanalytics-authoring/README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -416,9 +416,8 @@ For more information, see the [Code of Conduct FAQ][coc_faq] or contact [opencod
416416
[text_authoring_pypi_package]: https://pypi.org/project/azure-ai-textanalytics-authoring/
417417
[text_authoring_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-textanalytics-authoring/samples/README.md
418418
[text_authoring_docs]: https://learn.microsoft.com/azure/ai-services/language-service/custom-text-classification/overview
419-
[api_reference_authoring]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-textanalytics-authoring
420-
<!-- TODO: change api_reference_documentation to azuresdkdocs link after first publish -->
421-
[text_authoring_restdocs]: https://learn.microsoft.com/rest/api/language/text-authoring-project?view=rest-language-2023-04-01
419+
[api_reference_authoring]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-textanalytics-authoring/latest/azure.ai.textanalytics.authoring.html
420+
[text_authoring_restdocs]: https://learn.microsoft.com/rest/api/language/analyze-text-authoring/text-authoring-project?view=rest-language-analyze-text-authoring-2023-04-01
422421
[azure_language_portal]: https://language.cognitive.azure.com/home
423422
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
424423
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials

0 commit comments

Comments
 (0)