From e5d5f6146d9adc0267de4e60048cfeddde64280a Mon Sep 17 00:00:00 2001 From: David Karlsson <35727626+dvdksn@users.noreply.github.com> Date: Tue, 24 Mar 2026 16:22:39 +0100 Subject: [PATCH] docs: update Azure Pipelines link to learn.microsoft.com (#24456) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary - Updates the Azure Pipelines link in the "Third-party platforms" section of `content/manuals/docker-hub/usage/pulls.md` - Replaces the deprecated `docs.microsoft.com` domain with `learn.microsoft.com` (Microsoft's current documentation domain) - Removes the stale `#sep-docreg` anchor, which no longer exists on the current page and causes users to land at the wrong location Closes #24437 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Docker Docs Agent --- content/manuals/docker-hub/usage/pulls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/manuals/docker-hub/usage/pulls.md b/content/manuals/docker-hub/usage/pulls.md index 6483e49f3e..efc5067359 100644 --- a/content/manuals/docker-hub/usage/pulls.md +++ b/content/manuals/docker-hub/usage/pulls.md @@ -119,7 +119,7 @@ If you're using any third-party platforms, follow your provider’s instructions - [Artifactory](https://www.jfrog.com/confluence/display/JFROG/Advanced+Settings#AdvancedSettings-RemoteCredentials) - [AWS CodeBuild](https://aws.amazon.com/blogs/devops/how-to-use-docker-images-from-a-private-registry-in-aws-codebuild-for-your-build-environment/) - [AWS ECS/Fargate](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/private-auth.html) -- [Azure Pipelines](https://docs.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml#sep-docreg) +- [Azure Pipelines](https://learn.microsoft.com/en-us/azure/devops/pipelines/library/service-endpoints?view=azure-devops&tabs=yaml) - [Chipper CI](https://docs.chipperci.com/builds/docker/#rate-limit-auth) - [CircleCI](https://circleci.com/docs/guides/execution-managed/private-images/) - [Codefresh](https://codefresh.io/docs/docs/docker-registries/external-docker-registries/docker-hub/)