Skip to content

Commit 67c41ce

Browse files
azure-sdkmccoyp
andauthored
Fix broken link (Azure#39193)
Co-authored-by: McCoy Patiño <[email protected]>
1 parent 7385768 commit 67c41ce

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eng/common/scripts/Test-SampleMetadata.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ process {
7373

7474
Write-Error "File '$($file.FullName)' contains invalid product slug: $product" -TargetObject $file `
7575
-Category InvalidData -CategoryTargetName $product -CategoryTargetType string `
76-
-RecommendedAction 'Use only product slugs listed at https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product'
76+
-RecommendedAction 'Use only product slugs listed at https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product'
7777
}
7878
}
7979

@@ -95,7 +95,7 @@ end {
9595
}
9696

9797
begin {
98-
# https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product
98+
# https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product
9999
$productSlugs = @(
100100
"ai-builder",
101101
"aspnet",
@@ -509,7 +509,7 @@ Checks sample markdown files' frontmatter for invalid information.
509509
.DESCRIPTION
510510
Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
511511
512-
Invalid product slugs, i.e. those not listed in https://review.docs.microsoft.com/help/contribute/metadata-taxonomies?branch=main#product.
512+
Invalid product slugs, i.e. those not listed in https://review.learn.microsoft.com/help/platform/metadata-taxonomies?branch=main#product.
513513
514514
.PARAMETER Path
515515
Specifies the path to an item to search. Wildcards are permitted.

0 commit comments

Comments
 (0)