From becaa342ef84970b3eb6325dbcd79e0eee7d64c2 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Wed, 6 Oct 2021 06:37:50 -0300 Subject: [PATCH] [FIX] MongoDB deprecation link (#23381) --- server/startup/serverRunning.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/startup/serverRunning.js b/server/startup/serverRunning.js index 85024736ab5..63d250bf747 100644 --- a/server/startup/serverRunning.js +++ b/server/startup/serverRunning.js @@ -78,7 +78,7 @@ Meteor.startup(function() { const id = `mongodbDeprecation_${ mongoVersion.replace(/[^0-9]/g, '_') }`; const title = 'MongoDB_Deprecated'; const text = 'MongoDB_version_s_is_deprecated_please_upgrade_your_installation'; - const link = 'https://rocket.chat/docs/installation'; + const link = 'https://go.rocket.chat/i/mongodb-deprecated'; if (!Users.bannerExistsById(id)) { sendMessagesToAdmins({