From 2b02ed574d63139a7f727eb1961c9e57de89d9c6 Mon Sep 17 00:00:00 2001 From: Diego Sampaio Date: Tue, 5 Oct 2021 17:57:37 -0300 Subject: [PATCH] Fix MongoDB deprecation link --- 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 85024736ab519..63d250bf747f3 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({