From 57a22a27a404a2fca8a5210eef77495c1337fabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kamil=20=C5=9Aliwak?= Date: Thu, 6 Aug 2020 14:47:21 +0200 Subject: [PATCH] docs: Don't use link shortening --- docs/units-and-global-variables.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/units-and-global-variables.rst b/docs/units-and-global-variables.rst index a6a434987..ab5d35baf 100644 --- a/docs/units-and-global-variables.rst +++ b/docs/units-and-global-variables.rst @@ -195,7 +195,7 @@ Mathematical and Cryptographic Functions ``ecrecover`` returns an ``address``, and not an ``address payable``. See :ref:`address payable
` for conversion, in case you need to transfer funds to the recovered address. - For further details, read `example usage `_. + For further details, read `example usage `_. .. warning::