File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ methods you can use to manage your transaction:
92
92
| **Parameter**: ``TransactionBody<T> transactionBody``
93
93
94
94
A ``ClientSession`` also has methods to retrieve session properties and modify mutable
95
- session properties. View the :ref: `API Documentation` to learn more about these methods.
95
+ session properties. View the `API Documentation`_ to learn more about these methods.
96
96
97
97
Example
98
98
-------
@@ -115,7 +115,7 @@ and commit a multi-document insert operation through the following steps:
115
115
116
116
If you require more control over your transactions, you can use the ``startTransaction()``
117
117
method. This method allows you to explicitly commit or abort the transaction and manually
118
- manage the transaction lifecycle. See :ref: `Methods`.
118
+ manage the transaction lifecycle. See `Methods`_ .
119
119
120
120
Additional Information
121
121
----------------------
You can’t perform that action at this time.
0 commit comments