From e361e9412d5ebeb08e8df617cd1a2859f7ec2263 Mon Sep 17 00:00:00 2001 From: Felipe Noronha Date: Wed, 13 Apr 2022 21:30:41 -0300 Subject: [PATCH] update badges --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ae2a10d..ae68f3b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,18 @@ # hyper-reverse-proxy -[![Build Status](https://travis-ci.org/brendanzab/hyper-reverse-proxy.svg?branch=master)](https://travis-ci.org/brendanzab/hyper-reverse-proxy) -[![Documentation](https://docs.rs/hyper-reverse-proxy/badge.svg)](https://docs.rs/hyper-reverse-proxy) -[![Version](https://img.shields.io/crates/v/hyper-reverse-proxy.svg)](https://crates.io/crates/hyper-reverse-proxy) -[![License](https://img.shields.io/crates/l/hyper-reverse-proxy.svg)](https://github.com/brendanzab/hyper-reverse-proxy/blob/master/LICENSE) +[![License][license-img]](LICENSE) +[![CI][ci-img]][ci-url] +[![docs][docs-img]][docs-url] +[![version][version-img]][version-url] + +[license-img]: https://img.shields.io/crates/l/hyper-reverse-proxy.svg +[ci-img]: https://github.com/felipenoris/hyper-reverse-proxy/workflows/CI/badge.svg +[ci-url]: https://github.com/felipenoris/hyper-reverse-proxy/actions?query=workflow%3ACI +[docs-img]: https://docs.rs/hyper-reverse-proxy/badge.svg +[docs-url]: https://docs.rs/hyper-reverse-proxy +[version-img]: https://img.shields.io/crates/v/hyper-reverse-proxy.svg +[version-url]: https://crates.io/crates/hyper-reverse-proxy A simple reverse proxy, to be used with [Hyper].