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 {
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
9595}
9696
9797begin {
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
510510Given 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
515515Specifies the path to an item to search. Wildcards are permitted.
You can’t perform that action at this time.
0 commit comments