Skip to content

Commit

Permalink
fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
loshz committed Feb 13, 2022
1 parent 30df145 commit 57a5007
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Metrics Server

[![CI](https://github.com/syscll/metrics-server/actions/workflows/ci.yml/badge.svg)](https://github.com/syscll/metrics-server/actions/workflows/ci.yml)
[![Version](https://img.shields.io/crates/v/metrics-server.svg)](https://crates.io/crates/metrics-server)
[![Docs](https://docs.rs/metrics-server/badge.svg)](https://docs.rs/metrics-server)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/syscll/metrics-server/blob/main/LICENSE)
[![CI](https://github.com/syscll/metrics_server/actions/workflows/ci.yml/badge.svg)](https://github.com/syscll/metrics_server/actions/workflows/ci.yml)
[![Version](https://img.shields.io/crates/v/metrics_server.svg)](https://crates.io/crates/metrics_server)
[![Docs](https://docs.rs/metrics_server/badge.svg)](https://docs.rs/metrics_server)
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/syscll/metrics_server/blob/main/LICENSE)

A hassle-free, single-responsibility, safe HTTP server used to easily expose metrics in your application.

Expand Down

0 comments on commit 57a5007

Please sign in to comment.