From 7f3f6c140868ebfc5f7c890b1a7771fa6a918781 Mon Sep 17 00:00:00 2001 From: Stephanie Aurelio Date: Mon, 26 Aug 2024 15:14:08 -0700 Subject: [PATCH] add section links --- source/fundamentals/transactions.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/fundamentals/transactions.txt b/source/fundamentals/transactions.txt index 8343097b4..75b2efd76 100644 --- a/source/fundamentals/transactions.txt +++ b/source/fundamentals/transactions.txt @@ -92,7 +92,7 @@ methods you can use to manage your transaction: | **Parameter**: ``TransactionBody 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 ------- @@ -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 ----------------------