flosse / rust-web-framework-comparison

A comparison of some web frameworks and libs written in Rust
5.07k stars 197 forks source link

fix images for Nickel and Sailfish #155

Closed mwcz closed 1 year ago

mwcz commented 1 year ago

I saw a couple of projects with broken images and I think it's because of these trailing slashes. Ie, the trailing slash on Nickel's repo causes its github stars image path to be: nickel.rs/.svg. Removing the trailing slashes to see if it helps.

flosse commented 1 year ago

thx!