Skip to content

Commit 673c272

Browse files
committed
Update the Clojure style guide URL
1 parent c970c46 commit 673c272

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ The command will prompt you to select one of the available sections."
444444
(interactive)
445445
(browse-url clojure-grimoire-url))
446446

447-
(defconst clojure-style-guide-url "https://github.com/bbatsov/clojure-style-guide"
447+
(defconst clojure-style-guide-url "https://guide.clojure.style"
448448
"The URL of the Clojure style guide.")
449449

450450
(defun clojure-view-style-guide ()

0 commit comments

Comments
 (0)