Skip to content

Commit 8f268fe

Browse files
committed
Corrected path
1 parent 906f4d4 commit 8f268fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/UpdateLinks.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ function Construct-Path {
142142

143143
if (Test-Path $BetaFilePath) {
144144
$V1Command = $Command.Replace("-MgBeta", "-Mg")
145-
$ConfirmV1Path = Join-Path $WorkLoadDocsPath "graph-powershell-v1.0" "Microsoft.Graph.$Module" "$V1Command.md"
145+
$ConfirmV1Path = Join-Path $WorkLoadDocsPath "graph-powershell-1.0" "Microsoft.Graph.$Module" "$V1Command.md"
146146
if(Test-Path $ConfirmV1Path){
147147
Add-Link -File $BetaFilePath -Module $Module -GraphProfile "beta" -Command $Command
148148
}

0 commit comments

Comments
 (0)