branch: elpa/cider commit f56fb019fae6332ec5ad3959f51435b595c41ea2 Author: sreekanth bandi <sreekan...@users.noreply.github.com> Commit: Bozhidar Batsov <bozhi...@batsov.dev>
Update cli-suitable link Replace current link with https://github.com/clojure-emacs/clj-suitable --- doc/modules/ROOT/pages/usage/code_completion.adoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/modules/ROOT/pages/usage/code_completion.adoc b/doc/modules/ROOT/pages/usage/code_completion.adoc index ef76139e0e..fb684f5d21 100644 --- a/doc/modules/ROOT/pages/usage/code_completion.adoc +++ b/doc/modules/ROOT/pages/usage/code_completion.adoc @@ -6,7 +6,8 @@ CIDER provides intelligent code completion for both source buffers (powered by NOTE: Internally CIDER leverages https://github.com/alexander-yakushev/compliment[compliment] for Clojure and -https://github.com/rkms/clj-suitable[clj-suitable] for ClojureScript. +https://github.com/clojure-emacs/clj-suitable[clj-suitable] for ClojureScript. + Improvements to the two libraries automatically translate to improvements in CIDER. == Standard completion