Variable: cider-manual-url
cider-manual-url is a variable defined in cider-util.el.
Value
"https://docs.cider.mx/cider/%s"
Documentation
The URL to CIDER's manual.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/cider-util.el
(defconst cider-manual-url "https://docs.cider.mx/cider/%s"
"The URL to CIDER's manual.")