Skip to content

Commit 49adbd2

Browse files
azure-sdksima-zhudanieljurek
authored
Sync eng/common directory with azure-sdk-tools for PR 3221 (Azure#17757)
* Make docs.ms link relative link * Update Update-DocsMsMetadata.ps1 * Update eng/common/scripts/Update-DocsMsMetadata.ps1 Co-authored-by: Daniel Jurek <djurek@microsoft.com> Co-authored-by: sima-zhu <sizhu@microsoft.com> Co-authored-by: Sima Zhu <48036328+sima-zhu@users.noreply.github.com> Co-authored-by: Daniel Jurek <djurek@microsoft.com>
1 parent e4b9df8 commit 49adbd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eng/common/scripts/Update-DocsMsMetadata.ps1

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,13 +129,12 @@ author: $author
129129
ms.author: $msauthor
130130
ms.date: $date
131131
ms.topic: reference
132-
ms.prod: azure
133-
ms.technology: azure
134132
ms.devlang: $Language
135133
ms.service: $service
136134
---
137135
"@
138136

137+
$ReadmeContent = $ReadmeContent -replace "https://docs.microsoft.com(/en-us)?/?", "/"
139138
return "$header`n$ReadmeContent"
140139
}
141140

0 commit comments

Comments
 (0)