From 8d0e2f573ae7c3ea39dec043e463f0f9e1f29d80 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Sun, 28 Apr 2019 18:39:02 -0500 Subject: [PATCH] [Fix] switch oplog required doc link to more accurate link (#14288) [FIX] Switch oplog required doc link to more accurate 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 64867a1aa94..68809a2009f 100644 --- a/server/startup/serverRunning.js +++ b/server/startup/serverRunning.js @@ -49,7 +49,7 @@ Meteor.startup(function() { msg = msg.join('\n'); if (!isOplogEnabled) { - msg += ['', '', 'OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT:', 'https://rocket.chat/docs/installation/docker-containers/high-availability-install'].join('\n'); + msg += ['', '', 'OPLOG / REPLICASET IS REQUIRED TO RUN ROCKET.CHAT, MORE INFORMATION AT:', 'https://go.rocket.chat/i/oplog-required'].join('\n'); SystemLogger.error_box(msg, 'SERVER ERROR'); return process.exit(1);