From 25d949f985d5e315312f1f25ce06bd76947195b4 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 15 Sep 2018 12:28:45 -0700 Subject: [PATCH] Reorganize readme links --- parser/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/parser/README.md b/parser/README.md index a012264..f410525 100644 --- a/parser/README.md +++ b/parser/README.md @@ -2,10 +2,10 @@ The missing YAML 1.2 implementation for Rust. -[![Build Status](https://travis-ci.org/chyh1990/yaml-rust.svg?branch=master)](https://travis-ci.org/chyh1990/yaml-rust) -[![Build status](https://ci.appveyor.com/api/projects/status/scf47535ckp4ylg4?svg=true)](https://ci.appveyor.com/project/chyh1990/yaml-rust) -[![license](https://img.shields.io/crates/l/yaml-rust.svg)](https://crates.io/crates/yaml-rust/) -[![version](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust/) +[![Travis](https://travis-ci.org/chyh1990/yaml-rust.svg?branch=master)](https://travis-ci.org/chyh1990/yaml-rust) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/scf47535ckp4ylg4?svg=true)](https://ci.appveyor.com/project/chyh1990/yaml-rust) +[![crates.io](https://img.shields.io/crates/v/yaml-rust.svg)](https://crates.io/crates/yaml-rust) +[![docs.rs](https://img.shields.io/badge/api-rustdoc-blue.svg)](https://docs.rs/yaml-rust) `yaml-rust` is a pure Rust YAML 1.2 implementation, which enjoys the memory safety @@ -15,8 +15,6 @@ The parser is heavily influenced by `libyaml` and `yaml-cpp`. This crate works on all Rust-supported platforms. It also works on Rust 1.0.0 and nightly! -See [Document](http://chyh1990.github.io/yaml-rust/doc/yaml_rust/) - ## Quick Start Add the following to the Cargo.toml of your project: