summaryrefslogtreecommitdiff
path: root/cider-util.el
diff options
context:
space:
mode:
Diffstat (limited to 'cider-util.el')
-rw-r--r--cider-util.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/cider-util.el b/cider-util.el
index c5a09634..629e67f1 100644
--- a/cider-util.el
+++ b/cider-util.el
@@ -404,7 +404,7 @@ plugin or dependency with:
(defvar cider-version)
-(defconst cider-manual-url "https://docs.cider.mx/en/%s/"
+(defconst cider-manual-url "file:///usr/share/doc/elpa-cider/html/index.html"
"The URL to CIDER's manual.")
(defun cider--manual-version ()
@@ -415,7 +415,7 @@ plugin or dependency with:
(defun cider-manual-url ()
"The CIDER manual's url."
- (format cider-manual-url (cider--manual-version)))
+ cider-manual-url)
;;;###autoload
(defun cider-view-manual ()