Просмотр исходного кода

Merge pull request #21 from michaelsproul/fix-status-url

Fix the Travis CI status link.
Simon Sapin 12 лет назад
Родитель
Сommit
cb5b5f19ff
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -1,7 +1,7 @@
 rust-url
 rust-url
 ========
 ========
 
 
-[![Build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/mozilla-servo/rust-url)
+[![Build Status](https://travis-ci.org/servo/rust-url.svg?branch=master)](https://travis-ci.org/servo/rust-url)
 
 
 Rust implementation of the [URL Standard](http://url.spec.whatwg.org/).
 Rust implementation of the [URL Standard](http://url.spec.whatwg.org/).