Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use HTTPS for README URLs. #202

Merged
merged 1 commit into from Jun 5, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Use HTTPS for README URLs.

Was using a public hotspot earlier today, clicked these links, and MITM ads appeared 😥.
  • Loading branch information
frewsxcv committed Jun 5, 2016
commit 7c08cdf1b8a4d7e58cc83d043482c41cabe8ba65
@@ -3,6 +3,6 @@ rust-url

[![Travis build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/servo/rust-url) [![Appveyor build status](https://ci.appveyor.com/api/projects/status/ulkqx2xcemyod6xa?svg=true)](https://ci.appveyor.com/project/Manishearth/rust-url)

URL library for Rust, based on the [URL Standard](http://url.spec.whatwg.org/).
URL library for Rust, based on the [URL Standard](https://url.spec.whatwg.org/).

[Documentation](http://servo.github.io/rust-url/url/index.html)
[Documentation](https://servo.github.io/rust-url/url/index.html)
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.