Skip to content

Commit a1c2e83

Browse files
Update link wiki (#3746)
* Update link web3.main.rst * Update web3.contract.rst * Add newsfragment for #3746 --------- Co-authored-by: kclowes <[email protected]>
1 parent dd2f65a commit a1c2e83

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

docs/web3.contract.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ Each Contract Factory exposes the following methods.
312312
- ``to_block`` optional. Defaults to 'latest'. Defines the ending block (inclusive) in the filter block range. Special values 'latest' and 'pending' set a dynamic range that always includes the 'latest' or 'pending' blocks for the filter's upper block range.
313313
- ``address`` optional. Defaults to the contract address. The filter matches the event logs emanating from ``address``.
314314
- ``argument_filters``, optional. Expects a dictionary of argument names and values. When provided event logs are filtered for the event argument values. Event arguments can be both indexed or unindexed. Indexed values will be translated to their corresponding topic arguments. Unindexed arguments will be filtered using a regular expression.
315-
- ``topics`` optional, accepts the standard JSON-RPC topics argument. See the JSON-RPC documentation for `eth_newFilter <https://github.com/ethereum/wiki/wiki/JSON-RPC#eth_newfilter>`_ more information on the ``topics`` parameters.
315+
- ``topics`` optional, accepts the standard JSON-RPC topics argument. See the JSON-RPC documentation for `eth_newFilter <https://ethereum.org/en/developers/docs/apis/json-rpc/#eth_newfilter>`_ more information on the ``topics`` parameters.
316316

317317
.. doctest:: contractmethods
318318

docs/web3.main.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Encoding and Decoding Helpers
208208
>>> Web3.to_hex(text='cowmö')
209209
'0x636f776dc3b6'
210210
211-
.. _JSON-RPC spec: https://github.com/ethereum/wiki/wiki/JSON-RPC#hex-value-encoding
211+
.. _JSON-RPC spec: https://ethereum.org/en/developers/docs/apis/json-rpc/#hex-encoding
212212

213213
.. py:method:: Web3.to_text(primitive=None, hexstr=None, text=None)
214214

newsfragments/3746.docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Update a few broken links

0 commit comments

Comments
 (0)