mirror of
https://github.com/certbot/certbot.git
synced 2026-04-23 23:33:27 -04:00
Merge pull request #7849 from TechplexEngineer/patch-1
Fix plugin links
This commit is contained in:
commit
3bfaf41d3d
1 changed files with 2 additions and 2 deletions
|
|
@ -247,8 +247,8 @@ built-in Standalone authenticator, implement just one interface.
|
|||
There are also `~certbot.interfaces.IDisplay` plugins,
|
||||
which can change how prompts are displayed to a user.
|
||||
|
||||
.. _interfaces.py: https://github.com/certbot/certbot/blob/master/certbot/interfaces.py
|
||||
.. _plugins/common.py: https://github.com/certbot/certbot/blob/master/certbot/plugins/common.py#L34
|
||||
.. _interfaces.py: https://github.com/certbot/certbot/blob/master/certbot/certbot/interfaces.py
|
||||
.. _plugins/common.py: https://github.com/certbot/certbot/blob/master/certbot/certbot/plugins/common.py#L45
|
||||
|
||||
|
||||
Authenticators
|
||||
|
|
|
|||
Loading…
Reference in a new issue