Skip to content

Commit

Permalink
add section links
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmarie17 committed Aug 26, 2024
1 parent 162eec3 commit 7f3f6c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/fundamentals/transactions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ methods you can use to manage your transaction:
| **Parameter**: ``TransactionBody<T> transactionBody``

A ``ClientSession`` also has methods to retrieve session properties and modify mutable
session properties. View the :ref:`API Documentation` to learn more about these methods.
session properties. View the `API Documentation`_ to learn more about these methods.

Example
-------
Expand All @@ -115,7 +115,7 @@ and commit a multi-document insert operation through the following steps:

If you require more control over your transactions, you can use the ``startTransaction()``
method. This method allows you to explicitly commit or abort the transaction and manually
manage the transaction lifecycle. See :ref:`Methods`.
manage the transaction lifecycle. See `Methods`_.

Additional Information
----------------------
Expand Down

0 comments on commit 7f3f6c1

Please sign in to comment.