We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6b3ec commit 0496421Copy full SHA for 0496421
clojure-mode.el
@@ -396,7 +396,7 @@ The command will prompt you to select one of the available sections."
396
(let ((section-url (concat clojure-reference-base-url (cdr (assoc section clojure-reference-sections)))))
397
(browse-url section-url)))))
398
399
-(defconst clojure-cheatsheet-url "http://clojure.org/api/cheatsheet"
+(defconst clojure-cheatsheet-url "https://clojure.org/api/cheatsheet"
400
"The URL of the official Clojure cheatsheet.")
401
402
(defun clojure-view-cheatsheet ()
0 commit comments