diff --git a/docs/web3-eth.rst b/docs/web3-eth.rst index aff94d49ddf..4ecb4ca1871 100644 --- a/docs/web3-eth.rst +++ b/docs/web3-eth.rst @@ -1060,7 +1060,7 @@ sendSignedTransaction web3.eth.sendSignedTransaction(signedTransactionData [, callback]) -Sends an already signed transaction. For example can be signed using: `ethereumjs-accounts `_ +Sends an already signed transaction, generated for example using :ref:`web3.eth.accounts.signTransaction `. ---------- Parameters