Fix broken link (#6347)

Co-authored-by: McCoy Patiño <39780829+mccoyp@users.noreply.github.com>
This commit is contained in:
Azure SDK Bot 2025-01-17 15:11:04 -08:00 committed by GitHub
parent 757e967f90
commit fbe7276a5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -73,7 +73,7 @@ process {
Write-Error "File '$($file.FullName)' contains invalid product slug: $product" -TargetObject $file `
-Category InvalidData -CategoryTargetName $product -CategoryTargetType string `
-RecommendedAction 'Use only product slugs listed at https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product'
-RecommendedAction 'Use only product slugs listed at https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product'
}
}
@ -95,7 +95,7 @@ end {
}
begin {
# https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product
# https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product
$productSlugs = @(
"ai-builder",
"aspnet",
@ -509,7 +509,7 @@ Checks sample markdown files' frontmatter for invalid information.
.DESCRIPTION
Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
Invalid product slugs, i.e. those not listed in https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product.
Invalid product slugs, i.e. those not listed in https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product.
.PARAMETER Path
Specifies the path to an item to search. Wildcards are permitted.