Skip to content

Commit b477793

Browse files
committed
DOCSP-35201 fixing links
1 parent b668668 commit b477793

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/crud/transactions.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -311,14 +311,14 @@ transaction must be retried:
311311

312312
- ``TransientTransactionError``: Raised if a write operation encounters an error
313313
before the driver commits the transaction. To learn more about this error
314-
type, see the :manual:`TransientTransactionError description
315-
</core/transactions-in-applications/#transienttransactionerror>` on the Drivers API page in the
316-
Server manual.
314+
type, see the :manual:`TransientTransactionError
315+
description </core/transactions-in-applications/#transienttransactionerror>` on
316+
the Drivers API page in the Server manual.
317317
- ``UnknownTransactionCommitResult``: Raised if the commit operation encounters
318318
an error. To learn more about this error type, see the
319-
:manual:`UnknownTransactionCommitResult description
320-
</core/transactions-in-applications/#unknowntransactioncommitresult>` on the Drivers API page in the
321-
Server manual.
319+
:manual:`UnknownTransactionCommitResult
320+
description </core/transactions-in-applications/#unknowntransactioncommitresult>`
321+
on the Drivers API page in the Server manual.
322322

323323
The Convenient Transaction API incorporates retry logic for these error types,
324324
so the driver automatically retries the transaction until there is a successful

0 commit comments

Comments
 (0)