Skip to content

Commit 3e04b96

Browse files
(DOCS-14993): Update WT Docs link to current version (#292)
* (DOCS-14993): Update WT Docs link to current version WIP * reset version-dev variable
1 parent 706afcb commit 3e04b96

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

source/reference/command/create.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,6 @@ options when you create a collection with
571571

572572
This operation creates a new collection named ``users`` with a
573573
specific configuration string that MongoDB will pass to the
574-
``wiredTiger`` storage engine. See the :wtdocs:`WiredTiger documentation of
574+
``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
575575
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
576576
for specific ``wiredTiger`` options.

source/reference/glossary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -908,7 +908,7 @@ Glossary
908908
Snappy is the default compression
909909
library for MongoDB's use of :ref:`WiredTiger
910910
<storage-wiredtiger>`. See `Snappy
911-
<https://google.github.io/snappy/>`_ and the :wtdocs:`WiredTiger compression
911+
<https://google.github.io/snappy/>`_ and the :wtdocs-v5.0:`WiredTiger compression
912912
documentation </compression.html>`
913913
for more information.
914914

@@ -1091,7 +1091,7 @@ Glossary
10911091
at the cost of more CPU, compared to MongoDB's use of
10921092
:term:`snappy`. You can configure :ref:`WiredTiger
10931093
<storage-wiredtiger>` to use zlib as its compression library. See
1094-
http://www.zlib.net and the :wtdocs:`WiredTiger compression documentation
1094+
http://www.zlib.net and the :wtdocs-v5.0:`WiredTiger compression documentation
10951095
</compression.html>` for more
10961096
information.
10971097

source/reference/method/db.createCollection.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,6 +615,6 @@ options when you create a collection with
615615

616616
This operation creates a new collection named ``users`` with a
617617
specific configuration string that MongoDB will pass to the
618-
``wiredTiger`` storage engine. See the :wtdocs:`WiredTiger documentation of
618+
``wiredTiger`` storage engine. See the :wtdocs-v5.0:`WiredTiger documentation of
619619
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
620620
for specific ``wiredTiger`` options.

source/reference/parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3901,8 +3901,8 @@ WiredTiger Parameters
39013901
"wiredTigerEngineRuntimeConfig": "<option>=<setting>,<option>=<setting>"
39023902
})
39033903

3904-
See the WiredTiger documentation for all available :wtdocs:`WiredTiger
3905-
configuration options </struct_w_t___c_o_n_n_e_c_t_i_o_n.html#>`.
3904+
See the WiredTiger documentation for all available
3905+
:wtdocs-v5.0:`WiredTiger configuration options </struct_w_t___c_o_n_n_e_c_t_i_o_n.html#>`.
39063906

39073907
Auditing Parameters
39083908
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)