From aca0e1bd0604d498ff591c5d674e130b88cd9f7e Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Tue, 21 Feb 2023 10:19:07 -0800 Subject: [PATCH] Update link to use <> instead of ticks Feedback from MELPA PR https://github.com/melpa/melpa/pull/8403, pointed out that <> is preferred for elisp documentation. Also change the link to falco.org as that is a better pointer for the project. Signed-off-by: Mark Stemm --- flycheck-falco-rules.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flycheck-falco-rules.el b/flycheck-falco-rules.el index 138cddd..8aa610b 100644 --- a/flycheck-falco-rules.el +++ b/flycheck-falco-rules.el @@ -71,7 +71,7 @@ flycheck-falco-rules-parse. ERROR_OR_WARNING_OBJ is from "Parse Falco Rules errors/warnings from Falco's validate json output. CHECKER and BUFFER denote the CHECKER that returned OUTPUT and the BUFFER that was checked respectively. -See URL `https://github.com/falcosecurity/falco' for more information +See URL for more information about Falco." (let ((errors nil)) (let ((message (car (flycheck-parse-json output))))