Skip to content

Commit b9307bd

Browse files
committed
fix(MongoBinaryDownload::httpDownload): update 403 error message links
1 parent 2d46099 commit b9307bd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

packages/mongodb-memory-server-core/src/util/MongoBinaryDownload.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -421,10 +421,8 @@ export class MongoBinaryDownload {
421421
"This means that the requested version-platform combination doesn't exist\n" +
422422
` Used Url: "${downloadUrl}"\n` +
423423
"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'
424+
'List of available versions can be found here: ' +
425+
'https://www.mongodb.com/download-center/community/releases/archive'
428426
)
429427
);
430428

0 commit comments

Comments
 (0)