Skip to content

Commit

Permalink
Replace external github reference with internal (web3#1544)
Browse files Browse the repository at this point in the history
Since web3 1.0 has a function for that, why link outside?
  • Loading branch information
jtakalai authored and frozeman committed Apr 12, 2018
1 parent 71d6739 commit e69054d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/web3-eth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ sendSignedTransaction
web3.eth.sendSignedTransaction(signedTransactionData [, callback])
Sends an already signed transaction. For example can be signed using: `ethereumjs-accounts <https://github.com/SilentCicero/ethereumjs-accounts>`_
Sends an already signed transaction, generated for example using :ref:`web3.eth.accounts.signTransaction <eth-accounts-signtransaction>`.

----------
Parameters
Expand Down

0 comments on commit e69054d

Please sign in to comment.