Updated README.md (#81)

Changed the url, as `https://deps.rs/crates/<name>` resolves to 404.
This commit is contained in:
MGlolenstine 2020-11-26 15:28:55 +01:00 committed by GitHub
parent fc89990771
commit 4b227a7836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ For security-related information, we query the RustSec Security Advisory Databas
We currently support projects and crates hosted on crates.io, Github, Gitlab and Bitbucket.
To analyze the state of your dependencies you can use the following URLs:
- for projects on crates.io: `https://deps.rs/crates/<NAME>`
- for projects on crates.io: `https://deps.rs/crate/<NAME>`
- for projects on Github, Gitlab or Bitbucket: `https://deps.rs/repo/<HOSTER>/<USER>/<REPO>` (where `<HOSTER>` is either `github`, `gitlab` or `bitbucket`)
On the analysis page, you will also find the markdown code to include a fancy badge in your project README so visitors (and you) can see at a glance if your dependencies are still up to date!