Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOCSP-37038: Fix broken links #1233

Merged
merged 1 commit into from
Feb 21, 2024
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 docs/includes/extracts-note.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ content: |
ref: note-atlas-search-requirement
content: |
This command can only be run on a deployment hosted on
:manual:`MongoDB Atlas </atlas>` and requires an Atlas cluster tier of at
`MongoDB Atlas <https://www.mongodb.com/docs/atlas/>`__ and requires an Atlas cluster tier of at
least M10. A
`Local Atlas Deployment <https://www.mongodb.com/docs/atlas/cli/stable/atlas-cli-deploy-local/#use-atlas-search-with-a-local-atlas-deployment>`__
can also be used for development.
Expand Down
6 changes: 3 additions & 3 deletions docs/reference/method/MongoDBClient__construct.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,9 @@ Parameters

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

.. versionadded:: 1.9

Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/collation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Overview
--------

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

For example, in Canadian French, the last accent in a given word determines the
Expand Down
2 changes: 1 addition & 1 deletion docs/tutorial/decimal128.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Overview
--------

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