From 1c3bb978b703e157a8e23d376f877669c3025182 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 31 Jul 2017 12:49:00 -0700 Subject: [PATCH] Fix some badges and links in README --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0ba114..3af22ed 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,13 @@ A general purpose library of common HTTP types [![Build Status](https://travis-ci.org/carllerche/http.svg?branch=master)](https://travis-ci.org/carllerche/http) -[![Crates.io](https://img.shields.io/crates/v/http.svg?maxAge=2592000)](https://crates.io/crates/http) -[![Documentation](https://docs.rs/http/badge.svg)](https://docs.rs/http) + +[![Documentation](https://docs.rs/http/badge.svg)][dox] More information about this crate can be found in the [crate -documentation](https://docs.rs/http) +documentation][dox] + +[dox]: https://carllerche.github.io/http ## Usage