Skip to content

Commit 1844b0d

Browse files
authored
Update KeyPair generation guide (#1485)
* Update docs link * Update docs link
1 parent c2fb842 commit 1844b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/generating_key_pair.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Reading key pair from keystore file
3636
-----------------------------------
3737

3838
Using :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` method there is possibility to import a key pair from a keystore file.
39-
The keystore file should follow the `Ethereum keystore <https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition#scrypt>`_ format.
39+
The keystore file should follow the `Ethereum keystore <https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/>`_ format.
4040

4141
.. codesnippet:: ../../starknet_py/tests/e2e/docs/guide/test_key_pair.py
4242
:language: python

0 commit comments

Comments
 (0)