From 959d76dd0df7d04bb26d9075afd9ffe5444bdabc Mon Sep 17 00:00:00 2001 From: Trevor Goodyear Date: Wed, 24 Sep 2025 19:58:36 -0400 Subject: [PATCH] Fix internal link in VersioningGuidelines.md --- azure/VersioningGuidelines.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure/VersioningGuidelines.md b/azure/VersioningGuidelines.md index 7299e562..b7bc4410 100644 --- a/azure/VersioningGuidelines.md +++ b/azure/VersioningGuidelines.md @@ -14,7 +14,7 @@ ## Guidelines This document provides a "Dos and Don'ts" list for complying with the Azure Versioning and Breaking Change Policy, -as documented [internally](aka.ms/AzBreakingChangesPolicy) and [externally](https://learn.microsoft.com/azure/developer/intro/azure-service-sdk-tool-versioning). +as documented [internally](https://aka.ms/AzBreakingChangesPolicy) and [externally](https://learn.microsoft.com/azure/developer/intro/azure-service-sdk-tool-versioning). :white_check_mark: **DO** thoroughly ensure/test the API contract is entirely correct before merging it into a production branch of the specs repo.