Skip to content

Commit b538d90

Browse files
youyyytrokpacrob
authored andcommitted
edit correct links ens_overview.rst
1 parent dbd3880 commit b538d90

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/ens_overview.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ domains and addresses, add resolver records, or get and set metadata.
1414
.. note::
1515

1616
web3.py ``v6.6.0`` introduced ENS name normalization standard
17-
`ENSIP-15 <https://docs.ens.domains/ens-improvement-proposals/ensip-15-normalization-standard>`_.
17+
`ENSIP-15 <https://docs.ens.domains/ensip/15>`_.
1818
This update to ENS name validation and normalization won't affect ~99%
1919
of names but may prevent invalid names from being created and from interacting with
2020
the ENS contracts via web3.py. We feel strongly that this change, though breaking,
@@ -168,7 +168,7 @@ but will not infer a TLD if it is not provided with the name.
168168
Multichain Address Resolution
169169
+++++++++++++++++++++++++++++
170170

171-
`ENSIP-9 <https://docs.ens.domains/ens-improvement-proposals/ensip-9-multichain-address-resolution>`_
171+
`ENSIP-9 <https://docs.ens.domains/ensip/9>`_
172172
introduced multichain address resolution, allowing users to resolve addresses from
173173
different chains, specified by the coin type index from
174174
`SLIP44 <https://github.com/satoshilabs/slips/blob/master/slip-0044.md>`_. The
@@ -196,7 +196,7 @@ Get the ENS Name for an Address
196196
assert ns.address(domain) == '0xFe89cc7aBB2C4183683ab71653C4cdc9B02D44b7'
197197
198198
.. note:: For accuracy, and as a recommendation from the ENS documentation on
199-
`reverse resolution <https://docs.ens.domains/dapp-developer-guide/resolving-names#reverse-resolution>`_,
199+
`reverse resolution <https://docs.ens.domains/web/resolution#reverse-resolution>`_,
200200
the ``ENS`` module now verifies that the forward resolution matches the address with every call to get the
201201
``name()`` for an address. This is the only sure way to know whether the reverse resolution is correct. Anyone can
202202
claim any name, only forward resolution implies that the owner of the name gave their stamp of approval.
@@ -246,7 +246,7 @@ You can claim arbitrarily deep subdomains.
246246
Multichain Address Support
247247
++++++++++++++++++++++++++
248248

249-
`ENSIP-9 <https://docs.ens.domains/ens-improvement-proposals/ensip-9-multichain-address-resolution>`_
249+
`ENSIP-9 <https://docs.ens.domains/ensip/9>`_
250250
introduced multichain address resolution, allowing users to resolve addresses from
251251
different chains, specified by the coin type index from
252252
`SLIP44 <https://github.com/satoshilabs/slips/blob/master/slip-0044.md>`_. The
@@ -297,7 +297,7 @@ Set Text Metadata for an ENS Record
297297

298298
As the owner of an ENS record, you can add text metadata.
299299
A list of supported fields can be found in the
300-
`ENS documentation <https://docs.ens.domains/contract-api-reference/publicresolver#get-text-data>`_.
300+
`ENS documentation <https://docs.ens.domains/resolvers/public#get-text-data>`_.
301301
You'll need to setup the address first, and then the text can be set:
302302

303303
.. code-block:: python
@@ -348,7 +348,7 @@ Wildcard Resolution Support
348348
---------------------------
349349

350350
The ``ENS`` module supports Wildcard Resolution for resolvers that implement the ``ExtendedResolver`` interface
351-
as described in `ENSIP-10 <https://docs.ens.domains/ens-improvement-proposals/ensip-10-wildcard-resolution>`_.
351+
as described in `ENSIP-10 <https://docs.ens.domains/ensip/10>`_.
352352
Resolvers that implement the extended resolver interface should return ``True`` when calling the
353353
``supportsInterface()`` function with the extended resolver interface id ``"0x9061b923"`` and should resolve subdomains
354354
to a unique address.

0 commit comments

Comments
 (0)