diff --git a/pep-0544.txt b/pep-0544.txt index f547e2e46ac..8fc57f04877 100644 --- a/pep-0544.txt +++ b/pep-0544.txt @@ -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 +`_. 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