diff --git a/clients/lsp-json.el b/clients/lsp-json.el index 5439ac9be7..0f4706c8d0 100644 --- a/clients/lsp-json.el +++ b/clients/lsp-json.el @@ -36,7 +36,9 @@ :package-version '(lsp-mode . "6.3")) (defcustom lsp-json-schemas nil - "Associate schemas to JSON files in the current project" + "Associate schemas to JSON files in the current project example can be found \ +[here]\ +(https://github.com/emacs-lsp/lsp-mode/issues/3368#issuecomment-1049635155)." :type '(repeat alist) :group 'lsp-json :package-version '(lsp-mode . "6.3"))