Skip to content

Commit d86015a

Browse files
authored
DOCSP-37566 Update c2c minimum server support (#293)
* DOCSP-37566 Update c2c minimum server support * * * undo * update intersphinx
1 parent 0c39d91 commit d86015a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ intersphinx = [ "https://www.mongodb.com/docs/atlas/objects.inv",
55
"https://www.mongodb.com/docs/php-library/upcoming/objects.inv",
66
"https://www.mongodb.com/docs/compass/current/objects.inv",
77
"https://www.mongodb.com/docs/mongodb-shell/objects.inv",
8-
"https://www.mongodb.com/docs/master/objects.inv",
8+
"https://www.mongodb.com/docs/manual/objects.inv",
99
"https://www.mongodb.com/docs/drivers/objects.inv",
1010
"https://www.mongodb.com/docs/database-tools/objects.inv",
1111
"https://www.mongodb.com/docs/mongocli/stable/objects.inv",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
The minimum supported server versions of MongoDB are 6.0.8 and 7.0.0.
1+
The minimum supported server versions of MongoDB are 6.0.13 and 7.0.6.

source/includes/fact-oplog-background.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ You might exceed the oplog window if you:
2323
To increase the size of the ``oplog`` on the source cluster, use
2424
:setting:`~replication.oplogSizeMB`. For more information, see
2525
:ref:`Change Oplog Size <tutorial-change-oplog-size>` and
26-
:ref:`Workloads that Might Requre a Large Oplog Size
26+
:ref:`Workloads that Might Requre a Large Oplog Size
2727
<replica-set-large-oplog-required>`.
2828

2929

0 commit comments

Comments
 (0)