diff --git a/content/tutorial/01-orders/01-basic-orders/05-cancel-off-chain/README.md b/content/tutorial/01-orders/01-basic-orders/05-cancel-off-chain/README.md index 13db91e..9205f60 100644 --- a/content/tutorial/01-orders/01-basic-orders/05-cancel-off-chain/README.md +++ b/content/tutorial/01-orders/01-basic-orders/05-cancel-off-chain/README.md @@ -83,7 +83,7 @@ export async function run(provider: Web3Provider): Promise { } ``` -Just as we did in the [submit order tutorial](/tutorial/submit-order), we are using a `try/catch` block to handle errors. +Just as we did in the [submit order tutorial](/tutorial/submit), we are using a `try/catch` block to handle errors. ## Run the code