diff --git a/bandit/core/docs_utils.py b/bandit/core/docs_utils.py index 2db26622..c5d72cdc 100644 --- a/bandit/core/docs_utils.py +++ b/bandit/core/docs_utils.py @@ -26,7 +26,8 @@ def get_url(bid): info = extension_loader.MANAGER.plugins_by_id.get(bid) if info is not None: - return BASE_URL + ('plugins/%s.html' % info.plugin.__name__) + return '%splugins/%s_%s.html' % (BASE_URL, bid.lower(), + info.plugin.__name__) info = extension_loader.MANAGER.blacklist_by_id.get(bid) if info is not None: