nrf-rs / nrf-hal

A Rust HAL for the nRF family of devices
Apache License 2.0
503 stars 139 forks source link

Broken links on crates.io #375

Open GreenPenguino opened 2 years ago

GreenPenguino commented 2 years ago

The relative links in README.md are broken on crates.io. The links work correctly on Github. It seems like the base URL on crates.io is incorrect.

Working and broken example: Link on Github: https://github.com/nrf-rs/nrf-hal/blob/master/nrf51-hal (works correctly) Link on crates.io: https://github.com/nrf-rs/nrf-hal/blob/nrf51-hal (does not work)

The issue is the missing /master/ between blob and the location name. This issue breaks all the relative links in README.md on crates.io.