diff --git a/Saving-and-processing-transactions.md b/Saving-and-processing-transactions.md index b4dfd5d..366e66b 100644 --- a/Saving-and-processing-transactions.md +++ b/Saving-and-processing-transactions.md @@ -103,7 +103,7 @@ CoreStore.beginAsynchronous { (transaction) -> Void in transaction.commit() } ``` -*(For more about fetching, read [Fetching and querying](#fetch_query))* +*(For more about fetching, read [[Fetching and querying]])* **Do not update an instance that was not created/fetched from the transaction.** If you have a reference to the object already, use the transaction's `edit(...)` method to get an editable proxy instance for that object: ```swift