Skip to content

Commit 8c3a888

Browse files
committed
DOCSP-35201 fix link and titles for server manual
1 parent 15d0fc9 commit 8c3a888

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/crud/transactions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,17 +311,17 @@ error-handling logic into your application for the following errors:
311311
before the driver commits the transaction. To learn more about this error, see the
312312
:manual:`TransientTransactionError description
313313
</core/transactions-in-applications/#transienttransactionerror>` on
314-
the Driver API page in the Server manual.
314+
the Drivers API page in the Server manual.
315315
- ``UnknownTransactionCommitResult``: Raised if the commit operation
316316
encounters an error. To learn more about this error, see the
317317
:manual:`UnknownTransactionCommitResult description
318318
</core/transactions-in-applications/#unknowntransactioncommitresult>` on
319-
the Driver API page in the Server manual.
319+
the Drivers API page in the Server manual.
320320

321321
To learn how to implement retry logic to prevent these errors while using the
322-
Core API, see :manual:`Core API
323-
</docs/manual/core/transactions-in-applications/#core-api>` in the Server
324-
manual.
322+
Core API, see the :manual:`Core API section
323+
</core/transactions-in-applications/#core-api>` on the Drivers API page in the
324+
Server manual.
325325

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

0 commit comments

Comments
 (0)