diff --git a/target-spec/README.md b/target-spec/README.md index 00cfd6162a0..e1c6d9f3a8f 100644 --- a/target-spec/README.md +++ b/target-spec/README.md @@ -1,6 +1,11 @@ # target-spec -[![target-spec on crates.io](https://img.shields.io/crates/v/target-spec)](https://crates.io/crates/target-spec) [![Documentation (latest release)](https://docs.rs/target-spec/badge.svg)](https://docs.rs/target-spec/) [![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/) [![License](https://img.shields.io/badge/license-Apache-green.svg)](../LICENSE-APACHE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE-MIT) +[![target-spec on crates.io](https://img.shields.io/crates/v/target-spec)](https://crates.io/crates/target-spec) +[![Documentation (latest release)](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.rs/target-spec/) +[![Documentation (main)](https://img.shields.io/badge/docs-main-purple)](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/) +[![Changelog](https://img.shields.io/badge/changelog-latest-blue)](CHANGELOG.md) +[![License](https://img.shields.io/badge/license-Apache-green.svg)](../LICENSE-APACHE) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE-MIT) Evaluate `Cargo.toml` target specifications against platform triples. diff --git a/target-spec/README.tpl b/target-spec/README.tpl index e45bbeb0f5f..c1cfa846e68 100644 --- a/target-spec/README.tpl +++ b/target-spec/README.tpl @@ -1,6 +1,11 @@ # {{crate}} -[![target-spec on crates.io](https://img.shields.io/crates/v/target-spec)](https://crates.io/crates/target-spec) [![Documentation (latest release)](https://docs.rs/target-spec/badge.svg)](https://docs.rs/target-spec/) [![Documentation (main)](https://img.shields.io/badge/docs-main-brightgreen)](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/) [![License](https://img.shields.io/badge/license-Apache-green.svg)](../LICENSE-APACHE) [![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE-MIT) +[![target-spec on crates.io](https://img.shields.io/crates/v/target-spec)](https://crates.io/crates/target-spec) +[![Documentation (latest release)](https://img.shields.io/badge/docs-latest-brightgreen.svg)](https://docs.rs/target-spec/) +[![Documentation (main)](https://img.shields.io/badge/docs-main-purple)](https://facebookincubator.github.io/cargo-guppy/rustdoc/target_spec/) +[![Changelog](https://img.shields.io/badge/changelog-latest-blue)](CHANGELOG.md) +[![License](https://img.shields.io/badge/license-Apache-green.svg)](../LICENSE-APACHE) +[![License](https://img.shields.io/badge/license-MIT-green.svg)](../LICENSE-MIT) {{readme}}