Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/core/security-client-side-encryption.txt
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Encryption Algorithms
MongoDB client-side field level encryption uses the encrypt-then-MAC
approach combined with either a deterministic or random initialization
vector to encrypt field values. MongoDB *only* supports the
`AEAD <https://en.wikipedia.org/w/index.php?title=Authenticated_encryption&oldid=925133676>`__
`AEAD <https://en.wikipedia.org/wiki/Authenticated_encryption#Authenticated_encryption_with_associated_data_(AEAD)>`__
AES-256-CBC encryption algorithm with HMAC-SHA-512 MAC.

.. _field-level-encryption-deterministic:
Expand Down
2 changes: 1 addition & 1 deletion source/includes/fact-merge-same-collection-warning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
changes, :pipeline:`$merge` may view it as an entirely new document,
resulting in additional updates. For more information on this
behavior, see `Halloween Problem
<https://en.wikipedia.org/w/index.php?title=Halloween_Problem&oldid=738886300>`__.
<https://en.wikipedia.org/wiki/Halloween_Problem>`__.
4 changes: 2 additions & 2 deletions source/reference/configuration-options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -928,9 +928,9 @@ Core Options
to :setting:`net.bindIp` does not enable IPv6 support.

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

.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``
Expand Down
2 changes: 1 addition & 1 deletion source/reference/method/Date.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Date()
:ref:`document-bson-type-date` object. The :binary:`~bin.mongo` shell
wraps the :ref:`document-bson-type-date` object with the
``ISODate`` helper. The ``ISODate`` is in `UTC
<https://en.wikipedia.org/wiki/Coordinated_Universal_Time?oldid=803266145>`__.
<https://en.wikipedia.org/wiki/Coordinated_Universal_Time>`__.

You can specify a particular date by passing an ISO-8601 date string
with a year within the inclusive range ``0`` through ``9999`` to the
Expand Down
4 changes: 2 additions & 2 deletions source/reference/program/mongod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -209,9 +209,9 @@ Core Options
to :option:`--bind_ip` does not enable IPv6 support.

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

.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``
Expand Down
4 changes: 2 additions & 2 deletions source/reference/program/mongos.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ Core Options
to :option:`--bind_ip` does not enable IPv6 support.

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

.. example:: ``localhost,fe80::a00:27ff:fee0:1fcf%enp0s3``
Expand Down
2 changes: 1 addition & 1 deletion source/release-notes/4.4.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1617,7 +1617,7 @@ For more information on TFO, start with the following external
resources:

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

General Improvements
--------------------
Expand Down