steveklabnik / rustdoc

Not a real thing, see https://github.com/rust-lang/rust for rustdoc's actual source code
https://github.com/rust-lang/rust
104 stars 22 forks source link

Broken jsonapi.org link in readme #227

Closed dtolnay closed 6 years ago

dtolnay commented 6 years ago

The linked https://jsonapi.org/ is serving a certificate that is not valid for jsonapi.org. Their GitHub repo looks like it links to http://jsonapi.org/.

steveklabnik commented 6 years ago

ah thanks; yeah, we use github pages so we can't https

dtolnay commented 6 years ago

CloudFlare supports https for github pages. We use it for https://serde.rs.

https://blog.cloudflare.com/secure-and-fast-github-pages-with-cloudflare/