kachayev / nasus

Zero-configuration command-line async HTTP files server in Clojure. Like Python's SimpleHTTPServer but scalable.
MIT License
166 stars 9 forks source link

make logo path repo-relative #6

Closed martinklepsch closed 5 years ago

martinklepsch commented 5 years ago

This fixes issues with rendering the image in cljdoc

see: https://cljdoc.org/d/nasus/nasus/0.1.3/doc/readme

kachayev commented 5 years ago

Oh, wow. Thanks!