Skip to content

Commit 6057d8c

Browse files
Fix 'date' ref link target on ttl page
1 parent bdd3459 commit 6057d8c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/core/index-ttl.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ If the field is an array, and there are multiple date values in the
5757
index, MongoDB uses *lowest* (i.e. earliest) date value in the array to
5858
calculate the expiration threshold.
5959

60-
If the indexed field in a document is not a :term:`date <BSON types>`
61-
or an array that holds a date value(s), the document will not expire.
60+
If the indexed field in a document is not a
61+
:ref:`date <document-bson-type-date>` or an array that holds one or
62+
more date values, the document will not expire.
6263

6364
If a document does not contain the indexed field, the document will not
6465
expire.

0 commit comments

Comments
 (0)