Skip to content

Commit 7f3f6c1

Browse files
committed
add section links
1 parent 162eec3 commit 7f3f6c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/fundamentals/transactions.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ methods you can use to manage your transaction:
9292
| **Parameter**: ``TransactionBody<T> transactionBody``
9393

9494
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.
9696

9797
Example
9898
-------
@@ -115,7 +115,7 @@ and commit a multi-document insert operation through the following steps:
115115

116116
If you require more control over your transactions, you can use the ``startTransaction()``
117117
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`_.
119119

120120
Additional Information
121121
----------------------

0 commit comments

Comments
 (0)