From 5803ebf32af8e99d0cd04584863010b964e2b413 Mon Sep 17 00:00:00 2001 From: atouchet Date: Sun, 23 Jun 2019 22:07:52 -0700 Subject: [PATCH] Update Travis CI URLs --- README.md | 2 +- components/selectors/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b779cbf09ad..b6f610a1947 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # The Servo Parallel Browser Engine Project -[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.org/servo/servo) [![Windows Build Status](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/servo/servo/branch/master) [![Changelog #228](https://img.shields.io/badge/changelog-%23228-9E978E.svg)](https://changelog.com/podcast/228) +[![Linux Build Status](https://img.shields.io/travis/servo/servo/master.svg?label=Linux%20build)](https://travis-ci.com/servo/servo) [![Windows Build Status](https://img.shields.io/appveyor/ci/servo/servo/master.svg?label=Windows%20build)](https://ci.appveyor.com/project/servo/servo/branch/master) [![Changelog #228](https://img.shields.io/badge/changelog-%23228-9E978E.svg)](https://changelog.com/podcast/228) Servo is a prototype web browser engine written in the [Rust](https://github.com/rust-lang/rust) language. It is currently developed on diff --git a/components/selectors/README.md b/components/selectors/README.md index 352c8dfb693..51cfda81095 100644 --- a/components/selectors/README.md +++ b/components/selectors/README.md @@ -1,8 +1,8 @@ rust-selectors ============== -* [![Build Status](https://travis-ci.org/servo/rust-selectors.svg?branch=master)]( - https://travis-ci.org/servo/rust-selectors) +* [![Build Status](https://travis-ci.com/servo/rust-selectors.svg?branch=master)]( + https://travis-ci.com/servo/rust-selectors) * [Documentation](https://docs.rs/selectors/) * [crates.io](https://crates.io/crates/selectors)