Skip to content

Commit 51d461c

Browse files
committed
docs: update links, badges
1 parent 5a5d749 commit 51d461c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,15 @@
22
[ko-fi]: https://ko-fi.com/phnx47
33
[patreon]: https://www.patreon.com/phnx47
44

5-
# Prometheus. Client. MetricServer
5+
# Prometheus.Client.MetricServer
66

77
[![NuGet](https://img.shields.io/nuget/v/Prometheus.Client.MetricServer.svg)](https://www.nuget.org/packages/Prometheus.Client.MetricServer)
88
[![NuGet](https://img.shields.io/nuget/dt/Prometheus.Client.MetricServer.svg)](https://www.nuget.org/packages/Prometheus.Client.MetricServer)
99
[![CI](https://img.shields.io/github/workflow/status/prom-client-net/prom-client-metricserver/%F0%9F%92%BF%20CI%20Master?label=CI&logo=github)](https://github.com/prom-client-net/prom-client-metricserver/actions/workflows/master.yml)
10+
[![CodeFactor](https://www.codefactor.io/repository/github/prom-client-net/prom-client-metricserver/badge)](https://www.codefactor.io/repository/github/prom-client-net/prom-client-metricserver)
1011
[![License MIT](https://img.shields.io/badge/license-MIT-green.svg)](https://opensource.org/licenses/MIT)
1112

12-
Extension for [Prometheus. Client](https://github.com/PrometheusClientNet/Prometheus.Client)
13+
Extension for [Prometheus. Client](https://github.com/prom-client-net/prom-client)
1314

1415
## Install
1516

@@ -19,7 +20,7 @@ dotnet add package Prometheus.Client.MetricServer
1920

2021
## Use
2122

22-
There are [Examples](https://github.com/prom-client-net/Prometheus.Client.Examples/tree/master/MetricServer)
23+
There are [Examples](https://github.com/prom-client-net/prom-examples/tree/master/MetricServer)
2324

2425
Simple Console App with static MetricFactory:
2526

@@ -46,7 +47,7 @@ public static void Main(string[] args)
4647

4748
```
4849

49-
Worker with DI [extension](https://github.com/prom-client-net/Prometheus.Client.DependencyInjection):
50+
Worker with DI [extension](https://github.com/prom-client-net/prom-client-dependencyinjection):
5051

5152
```c#
5253
public static async Task Main(string[] args)

0 commit comments

Comments
 (0)