Skip to content

Commit 8cb96b3

Browse files
authored
Update github.io doc link (#39496)
1 parent 235dcc5 commit 8cb96b3

File tree

27 files changed

+62
-62
lines changed

27 files changed

+62
-62
lines changed

doc/dev/customize_long_running_operation.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -512,12 +512,12 @@ the custom poller if a new public API has been added. The custom poller should a
512512
[operation_resource_polling]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/base_polling.py#L178
513513
[location_polling]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/base_polling.py#L277
514514
[status_check_polling]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/base_polling.py#L325
515-
[lro_poller]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.LROPoller
515+
[lro_poller]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.LROPoller
516516
[lro_base_polling]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/base_polling.py#L357
517517
[long_running_operation]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/base_polling.py#L121-L161
518-
[polling_method]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.PollingMethod
519-
[async_polling_method]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncPollingMethod
520-
[async_lro_poller]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncLROPoller
518+
[polling_method]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.PollingMethod
519+
[async_polling_method]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncPollingMethod
520+
[async_lro_poller]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncLROPoller
521521
[async_lro_base_polling]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/azure/core/polling/async_base_polling.py#L40
522-
[no_polling]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.NoPolling
523-
[async_no_polling]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncNoPolling
522+
[no_polling]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.NoPolling
523+
[async_no_polling]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.polling.html#azure.core.polling.AsyncNoPolling

doc/dev/sample_guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ For general how-to with the Python SDK, see the [Azure SDK for Python Overview][
8484
[samples_browser]: https://learn.microsoft.com/samples/browse/
8585
[product_slug]: https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product
8686
[request_product_slug]: https://review.learn.microsoft.com/help/platform/metadata-request-changes?branch=main
87-
[qa_example]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-questionanswering/1.1.0/azure.ai.language.questionanswering.html#azure.ai.language.questionanswering.QuestionAnsweringClient.get_answers_from_text
87+
[qa_example]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.html#azure.ai.language.questionanswering.QuestionAnsweringClient.get_answers_from_text
8888
[qa_code_snippet]: https://github.com/Azure/azure-sdk-for-python/blob/7b3dfdca0658f6a4706654556d3142b4bce2b0d1/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/_operations/_patch.py#L244-L251
8989
[literalinclude]: https://github.com/Azure/azure-sdk-for-python/blob/7b3dfdca0658f6a4706654556d3142b4bce2b0d1/sdk/cognitivelanguage/azure-ai-language-questionanswering/azure/ai/language/questionanswering/_operations/_patch.py#L244-L251
9090
[snippet_guidelines]: https://azure.github.io/azure-sdk/python_design.html#code-snippets
@@ -97,4 +97,4 @@ For general how-to with the Python SDK, see the [Azure SDK for Python Overview][
9797
[example_samples_readme]: https://github.com/Azure/azure-sdk-for-python/blob/b191c54ba9e6001a6f896d05bafd119dbe82ce63/sdk/translation/azure-ai-translation-document/samples/README.md
9898
[example_sample_sync]: https://github.com/Azure/azure-sdk-for-python/blob/b191c54ba9e6001a6f896d05bafd119dbe82ce63/sdk/translation/azure-ai-translation-document/samples/sample_begin_translation.py
9999
[example_sample_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/translation/azure-ai-translation-document/samples/async_samples/sample_begin_translation_async.py
100-
[sphinx]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-literalinclude
100+
[sphinx]: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html#directive-literalinclude

sdk/anomalydetector/azure-ai-anomalydetector/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -212,13 +212,13 @@ else:
212212

213213
To see how to use Anomaly Detector library to conduct Multivariate Anomaly Detection, see this [sample](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/anomalydetector/azure-ai-anomalydetector/samples/sample_multivariate_detect.py).
214214

215-
To get more details of Anomaly Detector package, refer to this [azure.ai.anomalydetector package](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-anomalydetector/latest/azure.ai.anomalydetector.html#).
215+
To get more details of Anomaly Detector package, refer to this [azure.ai.anomalydetector package](https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-anomalydetector/latest/azure.ai.anomalydetector.html#).
216216

217217
## Troubleshooting
218218

219219
### General
220220

221-
Anomaly Detector client library will raise exceptions defined in [Azure Core](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html#module-azure.core.exceptions).
221+
Anomaly Detector client library will raise exceptions defined in [Azure Core](https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html#module-azure.core.exceptions).
222222

223223
### Logging
224224

@@ -234,7 +234,7 @@ See full SDK logging documentation with examples [here](https://learn.microsoft.
234234
### Optional Configuration
235235

236236
Optional keyword arguments can be passed in at the client and per-operation level.
237-
The azure-core [reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
237+
The azure-core [reference documentation](https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
238238

239239
## Next steps
240240

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -475,18 +475,18 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
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
477477
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
478-
[azure_core_ref_docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html
478+
[azure_core_ref_docs]: https://azuresdkdocs.z19.web.core.windows.net/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/
483-
[api_reference_documentation]:https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
483+
[api_reference_documentation]:https://azuresdkdocs.z19.web.core.windows.net/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
485485
[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/
488-
[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
489-
[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
488+
[conversationanalysisclient_class]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html#azure.ai.language.conversations.ConversationAnalysisClient
489+
[conversationauthoringclient_class]: https://azuresdkdocs.z19.web.core.windows.net/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
492492
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,5 @@ what you can do with the Azure Conversational Language Understanding client libr
8181
[sample_manage_projects]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/authoring/sample_manage_projects.py
8282
[sample_manage_projects_async]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations/samples/async/authoring/sample_manage_projects_async.py
8383

84-
[api_reference_documentation]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
84+
[api_reference_documentation]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-conversations/latest/azure.ai.language.conversations.html
8585
[versioning_story_readme]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-conversations#install-the-package

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -381,19 +381,19 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
381381
[contributing]: https://github.com/Azure/azure-sdk-for-python/blob/main/CONTRIBUTING.md
382382
[python_logging]: https://docs.python.org/3/library/logging.html
383383
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
384-
[azure_core_ref_docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html
384+
[azure_core_ref_docs]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html
385385
[azure_core_readme]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/core/azure-core/README.md
386386
[pip_link]: https://pypi.org/project/pip/
387-
[questionanswering_client_class]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.html#azure.ai.language.questionanswering.QuestionAnsweringClient
387+
[questionanswering_client_class]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.html#azure.ai.language.questionanswering.QuestionAnsweringClient
388388
[authoring_client_class]: https://aka.ms/azsdk/python/questionansweringauthoringclient
389-
[questionanswering_refdocs_prompts]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.models.html#azure.ai.language.questionanswering.models.KnowledgeBaseAnswerDialog
389+
[questionanswering_refdocs_prompts]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.models.html#azure.ai.language.questionanswering.models.KnowledgeBaseAnswerDialog
390390
[questionanswering_client_src]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-questionanswering/
391391
[questionanswering_docs]: https://azure.microsoft.com/services/cognitive-services/qna-maker/
392392
[questionanswering_docs_chat]: https://learn.microsoft.com/azure/cognitive-services/qnamaker/how-to/chit-chat-knowledge-base
393393
[questionanswering_docs_demos]: https://azure.microsoft.com/services/cognitive-services/qna-maker/#demo
394394
[questionanswering_docs_features]: https://azure.microsoft.com/services/cognitive-services/qna-maker/#features
395395
[questionanswering_pypi_package]: https://pypi.org/project/azure-ai-language-questionanswering/
396-
[questionanswering_refdocs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.html
396+
[questionanswering_refdocs]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-ai-language-questionanswering/latest/azure.ai.language.questionanswering.html
397397
[questionanswering_samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/cognitivelanguage/azure-ai-language-questionanswering/samples/README.md
398398
[cognitive_authentication_aad]: https://learn.microsoft.com/azure/cognitive-services/authentication#authenticate-with-azure-active-directory
399399
[azure_identity_credentials]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity#credentials

sdk/communication/azure-communication-chat/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Read more about Azure Communication Services [here](https://learn.microsoft.com/
66
[Source code](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/communication/azure-communication-chat)
77
| [Package (Pypi)](https://pypi.org/project/azure-communication-chat/)
88
| [Package (Conda)](https://anaconda.org/microsoft/azure-communication/)
9-
| [API reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-communication-chat/1.0.0b5/index.html)
9+
| [API reference documentation](https://azuresdkdocs.z19.web.core.windows.net/python/azure-communication-chat/1.0.0b5/index.html)
1010
| [Product documentation](https://learn.microsoft.com/azure/communication-services/)
1111

1212
## _Disclaimer_

sdk/containerregistry/azure-containerregistry/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ additional questions or comments.
315315
<!-- LINKS -->
316316
[source]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry
317317
[package]: https://pypi.org/project/azure-containerregistry/
318-
[docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-containerregistry/1.0.0b1/index.html
318+
[docs]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-containerregistry/1.0.0b1/index.html
319319
[rest_docs]: https://learn.microsoft.com/rest/api/containerregistry/
320320
[product_docs]: https://learn.microsoft.com/azure/container-registry
321321
[pip_link]: https://pypi.org

sdk/contentsafety/azure-ai-contentsafety/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ See full SDK logging documentation with examples [here](https://learn.microsoft.
653653

654654
### Optional Configuration
655655

656-
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
656+
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
657657

658658
## Next steps
659659

@@ -690,7 +690,7 @@ additional questions or comments.
690690
[azure_portal]: https://ms.portal.azure.com/
691691
[azure_cli_endpoint_lookup]: https://docs.microsoft.com/cli/azure/cognitiveservices/account?view=azure-cli-latest#az-cognitiveservices-account-show
692692
[azure_cli_key_lookup]: https://docs.microsoft.com/cli/azure/cognitiveservices/account/keys?view=azure-cli-latest#az-cognitiveservices-account-keys-list
693-
[azure_core_exception]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html#module-azure.core.exceptions
693+
[azure_core_exception]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html#module-azure.core.exceptions
694694
[authenticate_with_microsoft_entra_id]: https://learn.microsoft.com/azure/ai-services/authentication?tabs=powershell#authenticate-with-microsoft-entra-id
695695
[text_severity_levels]: https://learn.microsoft.com/azure/ai-services/content-safety/concepts/harm-categories?tabs=definitions#text-content
696696
[image_severity_levels]: https://learn.microsoft.com/azure/ai-services/content-safety/concepts/harm-categories?tabs=definitions#image-content

sdk/digitaltwins/azure-digitaltwins-core/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ model = service_client.get_model(model_id, logging_enable=True)
410410
```
411411

412412
### Optional Configuration
413-
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
413+
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
414414

415415
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
416416
[azure_identity_pypi]: https://pypi.org/project/azure-identity/

sdk/digitaltwins/azure-digitaltwins-core/samples/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ model = service_client.get_model(model_id, logging_enable=True)
403403
```
404404

405405
### Optional Configuration
406-
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
406+
Optional keyword arguments can be passed in at the client and per-operation level. The azure-core [reference documentation](https://azuresdkdocs.z19.web.core.windows.net/python/azure-core/latest/azure.core.html) describes available configurations for retries, logging, transport protocols, and more.
407407

408408
[azure_identity]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/identity/azure-identity
409409
[azure_identity_pypi]: https://pypi.org/project/azure-identity/

sdk/eventgrid/azure-eventgrid/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ This project has adopted the [Microsoft Open Source Code of Conduct][code_of_con
449449
[python-eg-src]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid
450450
[python-eg-pypi]: https://pypi.org/project/azure-eventgrid
451451
[python-eg-product-docs]: https://learn.microsoft.com/azure/event-grid/overview
452-
[python-eg-ref-docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-eventgrid/latest/index.html
452+
[python-eg-ref-docs]: https://azuresdkdocs.z19.web.core.windows.net/python/azure-eventgrid/latest/index.html
453453
[publisher-service-doc]: https://learn.microsoft.com/azure/event-grid/concepts
454454
[python-eg-samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid/samples
455455
[python-eg-changelog]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/eventgrid/azure-eventgrid/CHANGELOG.md

0 commit comments

Comments
 (0)