From 4fb27e035059cfead3fcfb5de63e2724cdca02ca Mon Sep 17 00:00:00 2001 From: James Kasten Date: Thu, 10 Sep 2015 18:48:44 -0700 Subject: [PATCH] fix documentation link --- letsencrypt-apache/letsencrypt_apache/configurator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/letsencrypt-apache/letsencrypt_apache/configurator.py b/letsencrypt-apache/letsencrypt_apache/configurator.py index e1af9c8a5..7e9ab9541 100644 --- a/letsencrypt-apache/letsencrypt_apache/configurator.py +++ b/letsencrypt-apache/letsencrypt_apache/configurator.py @@ -1166,7 +1166,7 @@ def _get_mod_deps(mod_name): changes. .. warning:: If all deps are not included, it may cause incorrect parsing behavior, due to enable_mod's shortcut for updating the parser's - currently defined modules (:method:`._add_parser_mod`) + currently defined modules (:method:`.ApacheConfigurator._add_parser_mod`) This would only present a major problem in extremely atypical configs that use ifmod for the missing deps.