onur / acme-client

Yet another Let's Encrypt client and library written in Rust.
MIT License
225 stars 33 forks source link

Broken docs link on crates.io #2

Closed jhelwig closed 8 years ago

jhelwig commented 8 years ago

The Documentation link on https://crates.io/crates/letsencrypt-rs links to https://docs.rs/acme-client which currently gives a 403 Forbidden. https://beta.docs.rs/crate/letsencrypt-rs/ works.

Seems to be possibly two issues:

  1. Links to acme-client instead of letsencrypt-rs.
  2. Uses docs.rs instead of beta.docs.rs (not sure if this is actually an issue with letsencrypt-rs or if docs.rs needs to be fixed to no longer 403).
onur commented 8 years ago

Thanks for reporting.

docs.rs will be released soon (maybe in few days). That is why I used docs.rs links in this crate.

But it seems documentation link in letsencrypt-rs is a bug. letsencrypt-rs doesn't have any documentation, only acme-client does.