nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

Use HTTPS url for meritbadge #76

Closed dholbert closed 6 years ago

dholbert commented 6 years ago

Right now this readme file uses an HTTP url to reference a meritbadge image, which ends up producing "broken https" UI on the crates.io page. This patch just upgrades this to an HTTPS url (which still works), to avoid that problem. (Literally a 1-character change, changing "http" to "https" in "http://meritbadge.herokuapp.com/cargo-update")

dholbert commented 6 years ago

Here's a screenshot of the degraded https UI that this triggers right now on https://crates.io/crates/cargo-update : screenshot of degraded HTTPS UI

nabijaczleweli commented 6 years ago

Thanks for letting me know, I'll look over the rest of my projects and see if I've any HTTP links in them now.

nabijaczleweli commented 6 years ago

Looks like I accidentally tagged #7 instead of this in the remaining 22 repositories, damn vim copypaste. Oh well.

nabijaczleweli commented 6 years ago

Released in v1.5.0.

dholbert commented 6 years ago

Thanks!