Skip to content

Commit

Permalink
Update link to use <> instead of ticks
Browse files Browse the repository at this point in the history
Feedback from MELPA PR melpa/melpa#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 <[email protected]>
  • Loading branch information
mstemm authored and poiana committed Mar 2, 2023
1 parent ba359f2 commit aca0e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flycheck-falco-rules.el
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://falco.org> for more information
about Falco."
(let ((errors nil))
(let ((message (car (flycheck-parse-json output))))
Expand Down

0 comments on commit aca0e1b

Please sign in to comment.