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: |
1313ref : note-atlas-search-requirement
1414content : |
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.
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Overview
1616--------
1717
1818MongoDB 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
2020conventions of a particular language when comparing strings.
2121
2222For 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
1414--------
1515
1616MongoDB 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
1818floating-point value capable of emulating decimal rounding with exact precision.
1919This functionality is intended for applications that handle :manual:`monetary
2020data </tutorial/model-monetary-data>`, such as financial and tax computations.
You can’t perform that action at this time.
0 commit comments