Closed rrrnld closed 6 years ago
To reproduce: Enter a built-in predicate, such as nil? and display docs via ^X^D. The URL that shows up below is this one: https://clojuredocs.org/clojure.core/nil?. The correct URL should be https://clojuredocs.org/clojure.core/nil_p.
nil?
^X^D
To reproduce: Enter a built-in predicate, such as
nil?
and display docs via^X^D
. The URL that shows up below is this one: https://clojuredocs.org/clojure.core/nil?. The correct URL should be https://clojuredocs.org/clojure.core/nil_p.