From 4875b5f78d6746d5a5a39bf4bd050c3f182fb9b2 Mon Sep 17 00:00:00 2001 From: Michael Paik Date: Wed, 4 Mar 2015 19:04:16 -0500 Subject: [PATCH] DOCS-4831 redirect fix --- config/htaccess.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/htaccess.yaml b/config/htaccess.yaml index ae178caa329..ae95f4905eb 100644 --- a/config/htaccess.yaml +++ b/config/htaccess.yaml @@ -4696,14 +4696,14 @@ to: '/' type: 'redirect' code: 301 outputs: - - 'before-v2.4' + - 'before-v2.2' --- from: '/tutorial/deploy-replica-set-with-auth' to: '/tutorial/deploy-replica-set' type: 'redirect' code: 301 outputs: - - 'before-v2.4' + - 'before-v2.2' --- from: '/reference/audit-operations' to: '/reference/audit-message'