Skip to content

Commit 0c47a9a

Browse files
authored
Fix urls (Azure#39251)
1 parent 8a4fa1f commit 0c47a9a

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

sdk/containerregistry/azure-containerregistry/README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ client = ContainerRegistryClient(endpoint, DefaultAzureCredential(), audience=au
5757

5858
A **registry** stores Docker images and [OCI Artifacts](https://opencontainers.org/). An image or artifact consists of a **manifest** and **layers**. An image's manifest describes the layers that make up the image, and is uniquely identified by its **digest**. An image can also be "tagged" to give it a human-readable alias. An image or artifact can have zero or more **tags** associated with it, and each tag uniquely identifies the image. A collection of images that share the same name but have different tags, is referred to as a **repository**.
5959

60-
For more information please see [Container Registry Concepts](https://docs.microsoft.com/azure/container-registry/container-registry-concepts).
60+
For more information please see [Container Registry Concepts](https://learn.microsoft.com/azure/container-registry/container-registry-concepts).
6161

6262

6363
## Examples
@@ -296,7 +296,7 @@ describes available configurations for retries, logging, transport protocols, an
296296

297297
- Go further with azure.containerregistry and our [samples][samples].
298298
- Watch a [demo or deep dive video](https://azure.microsoft.com/resources/videos/index/?service=container-registry).
299-
- Read more about the [Azure Container Registry service](https://docs.microsoft.com/azure/container-registry/container-registry-intro).
299+
- Read more about the [Azure Container Registry service](https://learn.microsoft.com/azure/container-registry/container-registry-intro).
300300

301301
## Contributing
302302

@@ -316,15 +316,15 @@ additional questions or comments.
316316
[source]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry
317317
[package]: https://pypi.org/project/azure-containerregistry/
318318
[docs]: https://azuresdkdocs.blob.core.windows.net/$web/python/azure-containerregistry/1.0.0b1/index.html
319-
[rest_docs]: https://docs.microsoft.com/rest/api/containerregistry/
320-
[product_docs]: https://docs.microsoft.com/azure/container-registry
319+
[rest_docs]: https://learn.microsoft.com/rest/api/containerregistry/
320+
[product_docs]: https://learn.microsoft.com/azure/container-registry
321321
[pip_link]: https://pypi.org
322-
[container_registry_docs]: https://docs.microsoft.com/azure/container-registry/container-registry-intro
323-
[container_registry_create_ps]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-powershell
324-
[container_registry_create_cli]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-azure-cli
325-
[container_registry_create_portal]: https://docs.microsoft.com/azure/container-registry/container-registry-get-started-portal
326-
[container_registry_concepts]: https://docs.microsoft.com/azure/container-registry/container-registry-concepts
327-
[azure_cli]: https://docs.microsoft.com/cli/azure
322+
[container_registry_docs]: https://learn.microsoft.com/azure/container-registry/container-registry-intro
323+
[container_registry_create_ps]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-powershell
324+
[container_registry_create_cli]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-azure-cli
325+
[container_registry_create_portal]: https://learn.microsoft.com/azure/container-registry/container-registry-get-started-portal
326+
[container_registry_concepts]: https://learn.microsoft.com/azure/container-registry/container-registry-concepts
327+
[azure_cli]: https://learn.microsoft.com/cli/azure
328328
[azure_sub]: https://azure.microsoft.com/free/
329329
[identity]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/README.md
330330
[samples]: https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/containerregistry/azure-containerregistry/samples
@@ -335,5 +335,5 @@ additional questions or comments.
335335
[azure_core_ref_docs]: https://aka.ms/azsdk/python/core/docs
336336
[azure_core_exceptions]: https://aka.ms/azsdk/python/core/docs#module-azure.core.exceptions
337337
[python_logging]: https://docs.python.org/3/library/logging.html
338-
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
338+
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
339339
[troubleshooting guide]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md

sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@ s/acr/firewall to grant access."}]}
7272
<!-- LINKS -->
7373
[azure_core_exceptions]: https://aka.ms/azsdk/python/core/docs#module-azure.core.exceptions
7474
[python_logging]: https://docs.python.org/3/library/logging.html
75-
[sdk_logging_docs]: https://docs.microsoft.com/azure/developer/python/azure-sdk-logging
75+
[sdk_logging_docs]: https://learn.microsoft.com/azure/developer/python/azure-sdk-logging
7676
[azure_core_ref_docs]: https://aka.ms/azsdk/python/core/docs
77-
[anonymous pull access]: https://docs.microsoft.com/azure/container-registry/anonymous-pull-access
78-
[troubleshoot registry login]: https://docs.microsoft.com/azure/container-registry/container-registry-troubleshoot-login
77+
[anonymous pull access]: https://learn.microsoft.com/azure/container-registry/anonymous-pull-access
78+
[troubleshoot registry login]: https://learn.microsoft.com/azure/container-registry/container-registry-troubleshoot-login
7979
[defaultazurecredential]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/README.md#authenticate-with-defaultazurecredential
8080
[enable client logging]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/TROUBLESHOOTING.md#enable-client-logging
8181
[troubleshooting guide]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/identity/azure-identity/TROUBLESHOOTING.md
82-
[troubleshoot network issues with registry]: https://docs.microsoft.com/azure/container-registry/container-registry-troubleshoot-access
82+
[troubleshoot network issues with registry]: https://learn.microsoft.com/azure/container-registry/container-registry-troubleshoot-access

sdk/containerregistry/azure-containerregistry/samples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ urlFragment: containerregistry-samples
1010

1111
# Samples for Azure Container Registry
1212

13-
These code samples show common scenario operations with the Azure Container Registry client library. The code samples assume an environment variable `CONTAINERREGISTRY_ENDPOINT` is set, which includes the name of the login server and the `https://` prefix. For more information on using AAD with Azure Container Registry, please see the service's [Authentication Overview](https://docs.microsoft.com/azure/container-registry/container-registry-authentication).
13+
These code samples show common scenario operations with the Azure Container Registry client library. The code samples assume an environment variable `CONTAINERREGISTRY_ENDPOINT` is set, which includes the name of the login server and the `https://` prefix. For more information on using AAD with Azure Container Registry, please see the service's [Authentication Overview](https://learn.microsoft.com/azure/container-registry/container-registry-authentication).
1414

1515

1616
|**File Name**|**Description**|
@@ -49,8 +49,8 @@ Check out the [API reference documentation][rest_docs] to learn more about what
4949

5050
<!-- LINKS -->
5151
[azure_sub]: https://azure.microsoft.com/free/
52-
[rest_docs]: https://docs.microsoft.com/rest/api/containerregistry/
53-
[container_registry_docs]: https://docs.microsoft.com/azure/container-registry/container-registry-intro
52+
[rest_docs]: https://learn.microsoft.com/rest/api/containerregistry/
53+
[container_registry_docs]: https://learn.microsoft.com/azure/container-registry/container-registry-intro
5454
[hello_world]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_hello_world.py
5555
[hello_world_async]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_hello_world_async.py
5656
[delete_tags]: https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/containerregistry/azure-containerregistry/samples/sample_delete_tags.py

0 commit comments

Comments
 (0)