PEP 544: Replace broken link to Zope documentation (#2350)

* PEP 544: Replace broken link to Zope documentation

* PEP 544: Replace bare URL with descriptive text
This commit is contained in:
Alex Hedges 2022-02-22 19:28:03 -05:00 committed by GitHub
parent b1e81ac1dc
commit 9270420cf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1377,7 +1377,8 @@ Support adapters and adaptation
-------------------------------
Adaptation was proposed by :pep:`246` (rejected) and is supported by
``zope.interface``, see https://docs.zope.org/zope.interface/adapter.html.
``zope.interface``, see `the Zope documentation on adapter registries
<https://web.archive.org/web/20160802080957/https://docs.zope.org/zope.interface/adapter.html>`_.
Adapters is quite an advanced concept, and :pep:`484` supports unions and
generic aliases that can be used instead of adapters. This can be illustrated
with an example of ``Iterable`` protocol, there is another way of supporting