Skip to content

Commit 3b31902

Browse files
stenniejeff-allen-mongo
authored andcommitted
Fix DOCS-14536: Documentation links to outdated version of Wikipedia articles
1 parent b8ab924 commit 3b31902

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

source/core/security-client-side-encryption.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Encryption Algorithms
197197
MongoDB client-side field level encryption uses the encrypt-then-MAC
198198
approach combined with either a deterministic or random initialization
199199
vector to encrypt field values. MongoDB *only* supports the
200-
`AEAD <https://en.wikipedia.org/w/index.php?title=Authenticated_encryption&oldid=925133676>`__
200+
`AEAD <https://en.wikipedia.org/wiki/Authenticated_encryption#Authenticated_encryption_with_associated_data_(AEAD)>`__
201201
AES-256-CBC encryption algorithm with HMAC-SHA-512 MAC.
202202

203203
.. _field-level-encryption-deterministic:

source/includes/fact-merge-same-collection-warning.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
changes, :pipeline:`$merge` may view it as an entirely new document,
99
resulting in additional updates. For more information on this
1010
behavior, see `Halloween Problem
11-
<https://en.wikipedia.org/w/index.php?title=Halloween_Problem&oldid=738886300>`__.
11+
<https://en.wikipedia.org/wiki/Halloween_Problem>`__.

source/reference/configuration-options.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,9 @@ Core Options
928928
to :setting:`net.bindIp` does not enable IPv6 support.
929929

930930
If specifying a
931-
`link-local IPv6 address <https://en.wikipedia.org/w/index.php?title=Link-local_address&oldid=880793020#IPv6>`_
931+
`link-local IPv6 address <https://en.wikipedia.org/wiki/Link-local_address#IPv6>`_
932932
(``fe80::/10``), you must append the
933-
`zone index <https://en.wikipedia.org/w/index.php?title=IPv6_address&oldid=877601778#Scoped_literal_IPv6_addresses>`_
933+
`zone index <https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses_(with_zone_index)>`_
934934
to that address (i.e. ``fe80::<address>%<adapter-name>``).
935935

936936
.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``

source/reference/method/Date.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Date()
2222
:ref:`document-bson-type-date` object. The :binary:`~bin.mongo` shell
2323
wraps the :ref:`document-bson-type-date` object with the
2424
``ISODate`` helper. The ``ISODate`` is in `UTC
25-
<https://en.wikipedia.org/wiki/Coordinated_Universal_Time?oldid=803266145>`__.
25+
<https://en.wikipedia.org/wiki/Coordinated_Universal_Time>`__.
2626

2727
You can specify a particular date by passing an ISO-8601 date string
2828
with a year within the inclusive range ``0`` through ``9999`` to the

source/reference/program/mongod.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,9 @@ Core Options
209209
to :option:`--bind_ip` does not enable IPv6 support.
210210

211211
If specifying a
212-
`link-local IPv6 address <https://en.wikipedia.org/w/index.php?title=Link-local_address&oldid=880793020#IPv6>`_
212+
`link-local IPv6 address <https://en.wikipedia.org/wiki/Link-local_address#IPv6>`_
213213
(``fe80::/10``), you must append the
214-
`zone index <https://en.wikipedia.org/w/index.php?title=IPv6_address&oldid=877601778#Scoped_literal_IPv6_addresses>`_
214+
`zone index <https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses_(with_zone_index)>`_
215215
to that address (i.e. ``fe80::<address>%<adapter-name>``).
216216

217217
.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``

source/reference/program/mongos.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,9 @@ Core Options
201201
to :option:`--bind_ip` does not enable IPv6 support.
202202

203203
If specifying a
204-
`link-local IPv6 address <https://en.wikipedia.org/w/index.php?title=Link-local_address&oldid=880793020#IPv6>`_
204+
`link-local IPv6 address <https://en.wikipedia.org/wiki/Link-local_address#IPv6>`_
205205
(``fe80::/10``), you must append the
206-
`zone index <https://en.wikipedia.org/w/index.php?title=IPv6_address&oldid=877601778#Scoped_literal_IPv6_addresses>`_
206+
`zone index <https://en.wikipedia.org/wiki/IPv6_address#Scoped_literal_IPv6_addresses_(with_zone_index)>`_
207207
to that address (i.e. ``fe80::<address>%<adapter-name>``).
208208

209209
.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``

source/release-notes/4.4.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1617,7 +1617,7 @@ For more information on TFO, start with the following external
16171617
resources:
16181618

16191619
- `RFC7413 TCP Fast Open <https://tools.ietf.org/html/rfc7413>`__
1620-
- `TCP Fast Open (en.wikipedia.org) <https://en.wikipedia.org/w/index.php?title=TCP_Fast_Open&oldid=922380898>`__
1620+
- `TCP Fast Open (en.wikipedia.org) <https://en.wikipedia.org/wiki/TCP_Fast_Open>`__
16211621

16221622
General Improvements
16231623
--------------------

0 commit comments

Comments
 (0)