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 2d46099 commit b9307bdCopy full SHA for b9307bd
packages/mongodb-memory-server-core/src/util/MongoBinaryDownload.ts
@@ -421,10 +421,8 @@ export class MongoBinaryDownload {
421
"This means that the requested version-platform combination doesn't exist\n" +
422
` Used Url: "${downloadUrl}"\n` +
423
"Try to use different version 'new MongoMemoryServer({ binary: { version: 'X.Y.Z' } })'\n" +
424
- 'List of available versions can be found here:\n' +
425
- ' https://www.mongodb.org/dl/linux for Linux\n' +
426
- ' https://www.mongodb.org/dl/osx for OSX\n' +
427
- ' 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'
428
)
429
);
430
0 commit comments