From 282d5931e42e9756940b501d7c399c464ee43b5f Mon Sep 17 00:00:00 2001 From: baitcode Date: Thu, 5 Dec 2024 04:39:44 +0300 Subject: [PATCH] fix hyperlink --- docs/guide/account_and_client.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/account_and_client.rst b/docs/guide/account_and_client.rst index e8e27f3c2..38d9e4727 100644 --- a/docs/guide/account_and_client.rst +++ b/docs/guide/account_and_client.rst @@ -46,7 +46,7 @@ Account also provides a way of creating signed transaction without sending them. :language: python :dedent: 4 -Creating "Outside transaction" and executing it. (SNIP-9)[https://github.com/starknet-io/SNIPs/blob/main/SNIPS/snip-9.md] +Creating "Outside transaction" and executing it. `SNIP-9 `_ -------------------------------------------- Account also provides a way of creating a call and signing to allow for another account (caller) to execute it later on original account behalf. This will also allow caller to execute calls encoded in that transaction for free (signer will pay the fee).