lambdaisland / uri

A pure Clojure/ClojureScript URI library
Mozilla Public License 2.0
243 stars 21 forks source link

fix anchor to similar projects section in readme #6

Closed martinklepsch closed 6 years ago

plexus commented 6 years ago

Was that what tripped cljdoc up?

martinklepsch commented 6 years ago

No, it was just something I noticed when checking if all links were working.

The trip-up was the lack of a trailing slash:

https://cljdoc.xyz/d/lambdaisland/uri/1.1.0 vs. https://cljdoc.xyz/d/lambdaisland/uri/1.1.0/

Will add a redirect there eventually.