Skip to content

Commit 280f20c

Browse files
committed
Merge branch 'v1.17'
2 parents 00d44d4 + 12ba712 commit 280f20c

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docs/includes/extracts-note.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ content: |
1313
ref: note-atlas-search-requirement
1414
content: |
1515
This command can only be run on a deployment hosted on
16-
:manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
16+
`MongoDB Atlas <https://www.mongodb.com/docs/atlas/>`__ and requires an Atlas cluster tier of at
1717
least M10. A
1818
`Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
1919
can also be used for development.

docs/reference/method/MongoDBClient__construct.txt

+3-3
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ Parameters
107107

108108
* - serverApi
109109
- :php:`MongoDB\\Driver\\ServerApi <class.mongodb-driver-serverapi>`
110-
- Used to declare an API version on the client. Refer to
111-
:manual:`Stable API tutorial </tutorial/stable-api>` for additional
112-
information.
110+
- Used to declare an API version on the client. Refer to the
111+
:manual:`Stable API </reference/stable-api>` page in the Server manual for
112+
additional information.
113113

114114
.. versionadded:: 1.9
115115

docs/tutorial/collation.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Overview
1616
--------
1717

1818
MongoDB 3.4 introduced support for :manual:`collations
19-
</manual/reference/collation/>`, which provide a set of rules to comply with the
19+
</reference/collation/>`, which provide a set of rules to comply with the
2020
conventions of a particular language when comparing strings.
2121

2222
For example, in Canadian French, the last accent in a given word determines the

docs/tutorial/decimal128.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Overview
1414
--------
1515

1616
MongoDB 3.4 introduced support for a :manual:`Decimal128 BSON type
17-
</manual/release-notes/3.4/#decimal-type>`, which is a 128-bit decimal-based
17+
</release-notes/3.4/#decimal-type>`, which is a 128-bit decimal-based
1818
floating-point value capable of emulating decimal rounding with exact precision.
1919
This functionality is intended for applications that handle :manual:`monetary
2020
data </tutorial/model-monetary-data>`, such as financial and tax computations.

0 commit comments

Comments
 (0)