From 861610ecca424c470c488714df39db700db69f1a Mon Sep 17 00:00:00 2001 From: Adrien Ferrand Date: Thu, 12 Oct 2023 00:23:22 +0200 Subject: [PATCH] Fix reference --- certbot/docs/contributing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/certbot/docs/contributing.rst b/certbot/docs/contributing.rst index e808330b0..1a6c402af 100644 --- a/certbot/docs/contributing.rst +++ b/certbot/docs/contributing.rst @@ -328,8 +328,8 @@ Writing your own plugin for one example of that. Certbot client supports dynamic discovery of plugins through the -`setuptools entry points`_ using the `certbot.plugins` group. This -way you can, for example, create a custom implementation of +`importlib.metadata entry points`_ using the `certbot.plugins` group. +This way you can, for example, create a custom implementation of `~certbot.interfaces.Authenticator` or the `~certbot.interfaces.Installer` without having to merge it with the core upstream source code. An example is provided in