diff --git a/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx b/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx index be00be1c3..f073cace7 100644 --- a/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx +++ b/docs/fundamentals-and-concepts/stellar-data-structures/operations-and-transactions.mdx @@ -31,7 +31,7 @@ Transactions are atomic. Meaning if one operation in a transaction fails, all op Operations are executed for the source account of the transaction unless an operation override is defined. -Smart contract transactions also go through a simulation process where developers can test how the transaction would be executed on the network using the RPC endpoint `simulateTransaction`. Read more in the [Soroban docs](https://soroban.stellar.org/api/methods/simulateTransaction). +Smart contract transactions also go through a simulation process where developers can test how the transaction would be executed on the network using the RPC endpoint `simulateTransaction`. Read more in the [Soroban docs](https://soroban.stellar.org/docs/fundamentals-and-concepts/interacting-with-contracts#transaction-simulation). #### Transaction attributes