From ec955014f431b5f15592be2df879cc93b1179663 Mon Sep 17 00:00:00 2001 From: Theano Petersen Date: Thu, 19 Feb 2026 12:56:48 -0800 Subject: [PATCH] Fix broken links again Another attempt to fix the links that were fixed in PR https://github.com/Azure/template-reference-generator/pull/156. Those changes look like they didn't take effect yet but also shouldn't have the ".md" at the end of the link --- settings/remarks/microsoft.web/remarks.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/settings/remarks/microsoft.web/remarks.json b/settings/remarks/microsoft.web/remarks.json index 491165e..1a1dfbd 100644 --- a/settings/remarks/microsoft.web/remarks.json +++ b/settings/remarks/microsoft.web/remarks.json @@ -2,13 +2,13 @@ "$schema": "../../schemas/remarks.schema.json", "ResourceRemarks": [ { - "Description": "This resource type has migrated to the **Microsoft.App** namespace. For the new resource type, see [Microsoft.App containerApps](../../microsoft.app/containerapps.md).\n\nFor information about the migration, see [Action Required: Namespace migration from Microsoft.Web to Microsoft.App in March 2022](https://github.com/microsoft/azure-container-apps/issues/109).", + "Description": "This resource type has migrated to the **Microsoft.App** namespace. For the new resource type, see [Microsoft.App containerApps](/azure/templates/microsoft.app/containerapps).\n\nFor information about the migration, see [Action Required: Namespace migration from Microsoft.Web to Microsoft.App in March 2022](https://github.com/microsoft/azure-container-apps/issues/109).", "ResourceTypes": [ "microsoft.web/containerapps" ] }, { - "Description": "This resource type has migrated to the **Microsoft.App** namespace. For the new resource type, see [Microsoft.App managedEnvironments](../../microsoft.app/managedenvironments.md).\n\nFor information about the migration, see [Action Required: Namespace migration from Microsoft.Web to Microsoft.App in March 2022](https://github.com/microsoft/azure-container-apps/issues/109).", + "Description": "This resource type has migrated to the **Microsoft.App** namespace. For the new resource type, see [Microsoft.App managedEnvironments](/azure/templates/microsoft.app/managedenvironments).\n\nFor information about the migration, see [Action Required: Namespace migration from Microsoft.Web to Microsoft.App in March 2022](https://github.com/microsoft/azure-container-apps/issues/109).", "ResourceTypes": [ "microsoft.web/kubeenvironments" ] @@ -123,4 +123,4 @@ "Description": "A basic example of deploying Static Web App Custom Domain." } ] -} \ No newline at end of file +}