bhauman / rebel-readline

Terminal readline library for Clojure dialects
Eclipse Public License 1.0
684 stars 37 forks source link

Link to clojuredocs is broken when name contains questionmark #170

Closed rrrnld closed 6 years ago

rrrnld commented 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.