docs: Update broken external links to point at new locations

This commit is contained in:
Kamil Śliwak
2020-08-31 12:46:45 +02:00
parent 192954e8fa
commit 9325c4ee99
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -160,6 +160,6 @@ where the long hexadecimal number is equal to
Additional Resources for Understanding Events
==============================================
- `Javascript documentation <https://github.com/ethereum/wiki/wiki/JavaScript-API#contract-events>`_
- `Javascript documentation <https://github.com/ethereum/web3.js/blob/1.x/docs/web3-eth-contract.rst#events>`_
- `Example usage of events <https://github.com/debris/smart-exchange/blob/master/lib/contracts/SmartExchange.sol>`_
- `How to access them in js <https://github.com/debris/smart-exchange/blob/master/lib/exchange_transactions.js>`_