From 12b4fdb1feaa68e92ffed7b21869f7998fb7c494 Mon Sep 17 00:00:00 2001 From: JAremko Date: Sat, 13 Oct 2018 23:51:45 +0300 Subject: [PATCH] fix sayid url --- layers/+lang/clojure/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layers/+lang/clojure/README.org b/layers/+lang/clojure/README.org index cacc6a147..b9c6c7f2c 100644 --- a/layers/+lang/clojure/README.org +++ b/layers/+lang/clojure/README.org @@ -49,7 +49,7 @@ This layer adds support for [[https://clojure.org/][Clojure]] language using [[h - Code formatting via [[https://github.com/clojure-emacs/cider][CIDER]] using [[https://github.com/weavejester/cljfmt][Cljfmt]] - Refactoring via [[https://github.com/clojure-emacs/clj-refactor.el][clj-refactor]] - Aligning of code forms via [[https://github.com/clojure-emacs/clojure-mode][clojure-mode]] -- Debugging with [[https://bpiel.github.io/sayid/][sayid]] +- Debugging with [[https://github.com/clojure-emacs/sayid][sayid]] - Clojure cheatsheet - Structuraly safe editing using optional [[https://github.com/luxbock/evil-cleverparens][evil-cleverparens]]