We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afceb60 commit 5923abeCopy full SHA for 5923abe
config/redirects.yaml
@@ -256,13 +256,14 @@ outputs:
256
- 'after-v2.4'
257
- 'master'
258
---
259
-# This file (exists only in 2.6 and 3.0)
+# 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
261
from: '/tutorial/transparent-huge-pages'
262
to: '/administration/production-notes'
263
type: 'redirect'
264
code: 301
265
outputs:
- - 'before-v2.4'
266
+ - 'before-v2.2'
267
268
from: '/tutorial/perform-findAndModify-quorum-reads'
269
to: '/reference/method/db.collection.findAndModify'
0 commit comments