File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -213,7 +213,7 @@ Read Preference Options
213
213
- Description
214
214
215
215
* - :manual:`readPreference </reference/connection-string-options/#mongodb-urioption-urioption.readpreference>`
216
- - | **Data Type**: `MongoDB\\ Driver\\ ReadPreference <https://www.php.net/manual/en/class. mongodb-driver-readpreference.php>`__
216
+ - | **Data Type**: :php: `MongoDB\Driver\ReadPreference <mongodb-driver-readpreference>`
217
217
| **MongoDB\\Client Example**: ``$uriOptions = ['readPreference' => 'secondaryPreferred'];``
218
218
| **Connection URI Example**: ``readPreference=secondaryPreferred``
219
219
@@ -325,4 +325,4 @@ API documentation:
325
325
For more information about the ``MongoDB\Driver\ReadPreference`` class, see the following
326
326
{+extension-short+} API documentation:
327
327
328
- - `MongoDB\\ Driver\\ ReadPreference <https://www.php.net/manual/en/class. mongodb-driver-readpreference.php>`__
328
+ - :php: `MongoDB\Driver\ReadPreference <mongodb-driver-readpreference>`
Original file line number Diff line number Diff line change @@ -116,4 +116,4 @@ API documentation:
116
116
For more information about the ``MongoDB\Driver\ServerApi`` class, see the following
117
117
{+extension-short+} API documentation:
118
118
119
- - `MongoDB\\ Driver\\ ServerApi <https://www.php.net/manual/en/class. mongodb-driver-serverapi.php>`__
119
+ - :php: `MongoDB\Driver\ServerApi <mongodb-driver-serverapi>`
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Download and Install
19
19
Before you begin developing, ensure that you have the following
20
20
dependencies installed on your local machine:
21
21
22
- - `PHP <https://www.php.net/manual/en/ install.php>`__ version 7.4 or later
22
+ - :php: `PHP <install>` version 7.4 or later
23
23
- `Composer <https://getcomposer.org/download/>`__ version 2.0 or later
24
24
25
25
.. step:: Install the MongoDB PHP extension
Original file line number Diff line number Diff line change @@ -96,8 +96,8 @@ The output might resemble the following:
96
96
<mongodb-driver-manager.executecommand>` method in the extension detects
97
97
such a response, it will construct an iterable command cursor and return it
98
98
instead of the raw result document. If necessary, raw result documents can
99
- still be observed using `command monitoring
100
- <https://www.php.net/manual/en/ mongodb.tutorial.apm.php>`_ .
99
+ still be observed using :php: `command monitoring
100
+ <mongodb.tutorial.apm.>` .
101
101
102
102
Specifying a Custom Read Preference
103
103
-----------------------------------
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ application's directory:
67
67
composer require mongodb/mongodb:<version-number>
68
68
69
69
Detailed installation instructions may be found in the
70
- :php:`PHP.net documentation <manual/en/ mongodb.installation.php >`.
70
+ :php:`PHP.net documentation <mongodb.installation>`.
71
71
72
72
.. _php-breaking-changes:
73
73
You can’t perform that action at this time.
0 commit comments