We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4847d9e commit cbcbee0Copy full SHA for cbcbee0
images/windows/scripts/build/Install-MongoDB.ps1
@@ -7,7 +7,7 @@
7
$toolsetContent = Get-ToolsetContent
8
$toolsetVersion = $toolsetContent.mongodb.version
9
10
-$getMongoReleases = Invoke-WebRequest -Uri "mongodb.com/docs/manual/release-notes/$toolsetVersion/" -UseBasicParsing
+$getMongoReleases = Invoke-WebRequest -Uri "mongodb.com/docs/v$toolsetVersion/release-notes/$toolsetVersion/" -UseBasicParsing
11
$targetReleases = $getMongoReleases.Links.href | Where-Object { $_ -like "#$toolsetVersion*---*" }
12
13
$minorVersions = @()
0 commit comments