Skip to content

Commit

Permalink
fix(MongoBinaryDownload::httpDownload): update 403 error message links
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Dec 11, 2022
1 parent 2d46099 commit b9307bd
Showing 1 changed file with 2 additions and 4 deletions.
Expand Up @@ -421,10 +421,8 @@ export class MongoBinaryDownload {
"This means that the requested version-platform combination doesn't exist\n" +
` Used Url: "${downloadUrl}"\n` +
"Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'\n" +
'List of available versions can be found here:\n' +
' https://www.mongodb.org/dl/linux for Linux\n' +
' https://www.mongodb.org/dl/osx for OSX\n' +
' https://www.mongodb.org/dl/win32 for Windows'
'List of available versions can be found here: ' +
'https://www.mongodb.com/download-center/community/releases/archive'
)
);

Expand Down

0 comments on commit b9307bd

Please sign in to comment.