Skip to content

Commit fc0d0db

Browse files
(DOCS-14993): Update WT Docs link to current version (#292) (#294)
* (DOCS-14993): Update WT Docs link to current version WIP * reset version-dev variable
1 parent fe015f6 commit fc0d0db

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
@@ -483,6 +483,6 @@ options when you create a collection with
483483

484484
This operation creates a new collection named ``users`` with a
485485
specific configuration string that MongoDB will pass to the
486-
``wiredTiger`` storage engine. See the :wtdocs:`WiredTiger documentation of
486+
``wiredTiger`` storage engine. See the :wtdocs-v4.4:`WiredTiger documentation of
487487
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
488488
for specific ``wiredTiger`` options.

source/reference/glossary.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ Glossary
898898
Snappy is the default compression
899899
library for MongoDB's use of :ref:`WiredTiger
900900
<storage-wiredtiger>`. See `Snappy
901-
<https://google.github.io/snappy/>`_ and the :wtdocs:`WiredTiger compression
901+
<https://google.github.io/snappy/>`_ and the :wtdocs-v4.4:`WiredTiger compression
902902
documentation </compression.html>`
903903
for more information.
904904

@@ -1070,7 +1070,7 @@ Glossary
10701070
at the cost of more CPU, compared to MongoDB's use of
10711071
:term:`snappy`. You can configure :ref:`WiredTiger
10721072
<storage-wiredtiger>` to use zlib as its compression library. See
1073-
http://www.zlib.net and the :wtdocs:`WiredTiger compression documentation
1073+
http://www.zlib.net and the :wtdocs-v4.4:`WiredTiger compression documentation
10741074
</compression.html>` for more
10751075
information.
10761076

source/reference/method/db.createCollection.txt

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

521521
This operation creates a new collection named ``users`` with a
522522
specific configuration string that MongoDB will pass to the
523-
``wiredTiger`` storage engine. See the :wtdocs:`WiredTiger documentation of
523+
``wiredTiger`` storage engine. See the :wtdocs-v4.4:`WiredTiger documentation of
524524
collection level options </struct_w_t___s_e_s_s_i_o_n.html>`
525525
for specific ``wiredTiger`` options.

source/reference/parameters.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3716,8 +3716,8 @@ WiredTiger Parameters
37163716
"wiredTigerEngineRuntimeConfig": "<option>=<setting>,<option>=<setting>"
37173717
})
37183718

3719-
See the WiredTiger documentation for all available :wtdocs:`WiredTiger
3720-
configuration options </struct_w_t___c_o_n_n_e_c_t_i_o_n.html#>`.
3719+
See the WiredTiger documentation for all available
3720+
:wtdocs-v4.4:`WiredTiger configuration options </struct_w_t___c_o_n_n_e_c_t_i_o_n.html#>`.
37213721

37223722
Auditing Parameters
37233723
~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)