docs: Don't use link shortening

This commit is contained in:
Kamil Śliwak 2020-08-06 14:47:21 +02:00
parent 9325c4ee99
commit 57a22a27a4

View File

@ -195,7 +195,7 @@ Mathematical and Cryptographic Functions
``ecrecover`` returns an ``address``, and not an ``address payable``. See :ref:`address payable<address>` for
conversion, in case you need to transfer funds to the recovered address.
For further details, read `example usage <https://ethereum.stackexchange.com/q/1777/222>`_.
For further details, read `example usage <https://ethereum.stackexchange.com/questions/1777/workflow-on-signing-a-string-with-private-key-followed-by-signature-verificatio>`_.
.. warning::