Skip to content

Commit e44c1b4

Browse files
schmallisoandf-mongodb
authored andcommitted
DOP-1883: unchain the 3.2/3.4 sharding redirects
1 parent 25b4e8e commit e44c1b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/redirects

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -673,7 +673,9 @@ symlink: master -> v4.4
673673
(v3.0-*]: /${version}/core/sharding-shard-key-indexes -> ${base}/${version}/core/sharding-shard-key/
674674
(v3.0-*]: /${version}/core/sharded-cluster-metadata -> ${base}/${version}/core/sharded-cluster-config-servers/
675675
(v3.0-*]: /${version}/administration/sharded-clusters -> ${base}/${version}/sharding/
676-
(v3.0-*]: /${version}/administration/sharded-cluster-deployment -> ${base}/${version}/tutorial/deploy-shard-cluster/
676+
(v3.4-*]: /${version}/administration/sharded-cluster-deployment -> ${base}/${version}/tutorial/deploy-shard-cluster/
677+
[v3.2-v3.4]: /${version}/tutorial/deploy-shard-cluster/ -> ${base}/${version}/tutorial/deploy-sharded-cluster-ranged-sharding/
678+
[v3.2-v3.4]: /${version}/administration/sharded-cluster-deployment -> ${base}/${version}/tutorial/deploy-sharded-cluster-ranged-sharding/
677679
(v3.0-*]: /${version}/tutorial/choose-a-shard-key -> ${base}/${version}/core/sharding-shard-key/
678680
(v3.0-*]: /${version}/tutorial/shard-collection-with-a-hashed-shard-key -> ${base}/${version}/core/hashed-sharding/
679681
(v3.0-*]: /${version}/administration/sharded-cluster-maintenance -> ${base}/${version}/administration/sharded-cluster-administration/
@@ -1491,8 +1493,6 @@ raw: /master/release-notes/3.0-general-improvements -> ${base}/release-notes/3.0
14911493
[*-v3.4]: /${version}/reference/read-concern-available -> ${base}/${version}/reference/read-concern/
14921494
[*-v3.4]: /${version}/reference/read-concern-majority -> ${base}/${version}/reference/read-concern/
14931495

1494-
[v3.2-v3.4]: /${version}/tutorial/deploy-shard-cluster/ -> ${base}/${version}/tutorial/deploy-sharded-cluster-ranged-sharding/
1495-
14961496
[*-v3.6]: /${version}/reference/read-concern-snapshot -> ${base}/${version}/reference/read-concern/
14971497
[*-v3.6]: /${version}/core/transactions -> ${base}/${version}/core/write-operations-atomicity/
14981498
[*-v3.6]: /${version}/core/transactions-operation -> ${base}/${version}/core/write-operations-atomicity/

0 commit comments

Comments
 (0)