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

Fixed AppVeyor link #191

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Fixed AppVeyor link

The actual badge URL is still wrong. I don't think this project is set up there since it was moved from Manishearth's acount to the servo organization, so maybe that needs fixing as well.
  • Loading branch information
Per Lundberg
Per Lundberg committed Apr 26, 2016
commit a296f6046549e72b3fa234fc364c39090ea06f28
@@ -1,7 +1,7 @@
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)
[![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/servo/rust-url)

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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.