Skip to content

Commit 0496421

Browse files
committed
Update an url
1 parent 0c6b3ec commit 0496421

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
@@ -396,7 +396,7 @@ The command will prompt you to select one of the available sections."
396396
(let ((section-url (concat clojure-reference-base-url (cdr (assoc section clojure-reference-sections)))))
397397
(browse-url section-url)))))
398398

399-
(defconst clojure-cheatsheet-url "http://clojure.org/api/cheatsheet"
399+
(defconst clojure-cheatsheet-url "https://clojure.org/api/cheatsheet"
400400
"The URL of the official Clojure cheatsheet.")
401401

402402
(defun clojure-view-cheatsheet ()

0 commit comments

Comments
 (0)