Skip to content

Commit

Permalink
[FIX] MongoDB deprecation link (#23381)
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Oct 6, 2021
1 parent 257eb07 commit 3ef1a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/startup/serverRunning.js
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 3ef1a45

Please sign in to comment.