From a8039f84acf44b0505ab4af938d54cd432b50ebe Mon Sep 17 00:00:00 2001 From: Fredrik Ekre Date: Wed, 11 Dec 2024 15:07:38 +0100 Subject: [PATCH] Update README links --- README.md | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index df03d4f..15feab8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # Prometheus.jl - Prometheus client for Julia -| **Documentation** | **Build Status** | -|:------------------------- |:------------------------------------------------------- | -| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][coverage-img]][coverage-url] | +[![Documentation](https://img.shields.io/badge/docs-latest%20release-blue.svg)](https://fredrikekre.github.io/Prometheus.jl/) +[![CI](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push)](https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml) +[![Codecov](https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg)](https://codecov.io/github/fredrikekre/Prometheus.jl) +[![code style: runic](https://img.shields.io/badge/code_style-%E1%9A%B1%E1%9A%A2%E1%9A%BE%E1%9B%81%E1%9A%B2-black)](https://github.com/fredrikekre/Runic.jl) Prometheus.jl is a Julia client for [Prometheus](https://prometheus.io/). @@ -47,11 +48,3 @@ Prometheus.jl is a Julia client for [Prometheus](https://prometheus.io/). Visit the [documentation](https://fredrikekre.github.io/Prometheus.jl/) for much more details! - - -[docs-img]: https://img.shields.io/badge/docs-latest%20release-blue.svg -[docs-url]: https://fredrikekre.github.io/Prometheus.jl/ -[ci-img]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml/badge.svg?event=push -[ci-url]: https://github.com/fredrikekre/Prometheus.jl/actions/workflows/CI.yml -[coverage-img]: https://codecov.io/github/fredrikekre/Prometheus.jl/graph/badge.svg -[coverage-url]: https://codecov.io/github/fredrikekre/Prometheus.jl