File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ content: |
13
13
ref : note-atlas-search-requirement
14
14
content : |
15
15
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
17
17
least M10. A
18
18
`Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
19
19
can also be used for development.
Original file line number Diff line number Diff line change @@ -107,9 +107,9 @@ Parameters
107
107
108
108
* - serverApi
109
109
- :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.
113
113
114
114
.. versionadded:: 1.9
115
115
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Overview
16
16
--------
17
17
18
18
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
20
20
conventions of a particular language when comparing strings.
21
21
22
22
For example, in Canadian French, the last accent in a given word determines the
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Overview
14
14
--------
15
15
16
16
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
18
18
floating-point value capable of emulating decimal rounding with exact precision.
19
19
This functionality is intended for applications that handle :manual:`monetary
20
20
data </tutorial/model-monetary-data>`, such as financial and tax computations.
You can’t perform that action at this time.
0 commit comments