diff --git a/README.md b/README.md index 6786b3bbba6..9fcff9d0ae7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ # The Servo Parallel Browser Engine Project -[![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 64-bit macOS, 64-bit Linux, 64-bit Windows, and Android. diff --git a/components/selectors/README.md b/components/selectors/README.md index 0768f94ae4d..ed30873a31f 100644 --- a/components/selectors/README.md +++ b/components/selectors/README.md @@ -1,9 +1,7 @@ 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/) +* [Documentation](https://docs.rs/selectors) * [crates.io](https://crates.io/crates/selectors) CSS Selectors library for Rust.