Browse Source

Update README links

pull/25/head
Fredrik Ekre 1 year ago
parent
commit
a8039f84ac
  1. 15
      README.md

15
README.md

@ -1,8 +1,9 @@
# Prometheus.jl - Prometheus client for Julia # Prometheus.jl - Prometheus client for Julia
| **Documentation** | **Build Status** | [![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)
| [![][docs-img]][docs-url] | [![][ci-img]][ci-url] [![][coverage-img]][coverage-url] | [![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/). 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 Visit the [documentation](https://fredrikekre.github.io/Prometheus.jl/) for
much more details! 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

Loading…
Cancel
Save