@@ -39,17 +39,21 @@ Multi-document transactions are **ACID compliant** because MongoDB
3939guarantees that the data in your transaction operations remains consistent,
4040even if the driver encounters unexpected errors.
4141
42- Learn how to perform transactions in the following sections of this guide:
42+ To learn more about transactions in MongoDB, see :manual:`Transactions </core/transactions/>`
43+ in the {+server-docs-name+}.
44+
45+ This guide contains the following sections:
4346
4447- :ref:`laravel-transaction-requirements`
4548- :ref:`laravel-transaction-callback`
4649- :ref:`laravel-transaction-commit`
4750- :ref:`laravel-transaction-rollback`
4851
49- .. tip::
52+ .. tip:: Transactions Learning Byte
5053
51- To learn more about transactions in MongoDB, see :manual:`Transactions </core/transactions/>`
52- in the {+server-docs-name+}.
54+ Practice using {+odm-short+} to perform transactions
55+ in the `Laravel Transactions Learning Byte
56+ <https://learn.mongodb.com/courses/laravel-transactions>`__.
5357
5458.. _laravel-transaction-requirements:
5559
@@ -156,4 +160,3 @@ transaction is rolled back, and none of the models are updated:
156160 :emphasize-lines: 1,18,20
157161 :start-after: begin rollback transaction
158162 :end-before: end rollback transaction
159-
0 commit comments