Skip to content

Commit cbcbee0

Browse files
[windows] Update uri for mongo releases (#13019)
1 parent 4847d9e commit cbcbee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/windows/scripts/build/Install-MongoDB.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
$toolsetContent = Get-ToolsetContent
88
$toolsetVersion = $toolsetContent.mongodb.version
99

10-
$getMongoReleases = Invoke-WebRequest -Uri "mongodb.com/docs/manual/release-notes/$toolsetVersion/" -UseBasicParsing
10+
$getMongoReleases = Invoke-WebRequest -Uri "mongodb.com/docs/v$toolsetVersion/release-notes/$toolsetVersion/" -UseBasicParsing
1111
$targetReleases = $getMongoReleases.Links.href | Where-Object { $_ -like "#$toolsetVersion*---*" }
1212

1313
$minorVersions = @()

0 commit comments

Comments
 (0)