File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ process {
73
73
74
74
Write-Error " File '$ ( $file.FullName ) ' contains invalid product slug: $product " - TargetObject $file `
75
75
- 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'
77
77
}
78
78
}
79
79
95
95
}
96
96
97
97
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
99
99
$productSlugs = @ (
100
100
" ai-builder" ,
101
101
" aspnet" ,
@@ -509,7 +509,7 @@ Checks sample markdown files' frontmatter for invalid information.
509
509
. DESCRIPTION
510
510
Given a collection of markdown files, their frontmatter - if present - is checked for invalid information, including:
511
511
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.
513
513
514
514
. PARAMETER Path
515
515
Specifies the path to an item to search. Wildcards are permitted.
You can’t perform that action at this time.
0 commit comments