Skip to content

Commit 5923abe

Browse files
committed
DOCS-5979 update redirect
1 parent afceb60 commit 5923abe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

config/redirects.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,13 +256,14 @@ outputs:
256256
- 'after-v2.4'
257257
- 'master'
258258
---
259-
# This file (exists only in 2.6 and 3.0)
259+
# This file (exists only in 2.4, 2.6 and 3.0)
260+
# originally, only in 2.6 and 3.0, but added to 2.4
260261
from: '/tutorial/transparent-huge-pages'
261262
to: '/administration/production-notes'
262263
type: 'redirect'
263264
code: 301
264265
outputs:
265-
- 'before-v2.4'
266+
- 'before-v2.2'
266267
---
267268
from: '/tutorial/perform-findAndModify-quorum-reads'
268269
to: '/reference/method/db.collection.findAndModify'

0 commit comments

Comments
 (0)