Skip to content

Commit b0e536c

Browse files
fix(docs): fixed README.md
1 parent 733fdd2 commit b0e536c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1 align="center" style="vertical-align: middle;">
2-
<img src="./docs/img/logo.svg" width="30"> <strong>FastHealthcheck</strong>
2+
<img src="https://raw.githubusercontent.com/shepilov-vladislav/fast-healthchecks/refs/heads/main/docs/img/logo.svg" width="30"> <strong>FastHealthcheck</strong>
33
</h1>
44

55
<b>Framework agnostic health checks with integrations for most popular ASGI frameworks: [FastAPI](https://github.com/fastapi/fastapi) / [Faststream](https://github.com/airtai/faststream) / [Litestar](https://github.com/litestar-org/litestar) to help you to implement the [Health Check API](https://microservices.io/patterns/observability/health-check-api.html) pattern</b>
@@ -16,9 +16,9 @@
1616
<img src="https://codecov.io/gh/shepilov-vladislav/fast-healthchecks/branch/main/graph/badge.svg?token=ddDOL8qZLp" alt="Coverage"/>
1717
</a>
1818

19-
<a href="https://www.pepy.tech/projects/fast-healthchecks" target="_blank">
19+
<!-- <a href="https://www.pepy.tech/projects/fast-healthchecks" target="_blank">
2020
<img src="https://static.pepy.tech/personalized-badge/fast-healthchecks?period=month&units=international_system&left_color=grey&right_color=green&left_text=downloads/month" alt="Downloads"/>
21-
</a>
21+
</a> -->
2222

2323
<a href="https://pypi.org/project/fast-healthchecks" target="_blank">
2424
<img src="https://img.shields.io/pypi/v/fast-healthchecks?label=PyPI" alt="Package version"/>
@@ -28,8 +28,8 @@
2828
<img src="https://img.shields.io/pypi/pyversions/fast-healthchecks.svg" alt="Supported Python versions"/>
2929
</a>
3030

31-
<a href="https://github.com/airtai/fast-healthchecks/blob/main/LICENSE" target="_blank">
32-
<img src="https://img.shields.io/github/license/airtai/fast-healthchecks.png" alt="License"/>
31+
<a href="https://github.com/shepilov-vladislav/fast-healthchecks/blob/main/LICENSE" target="_blank">
32+
<img src="https://img.shields.io/github/license/shepilov-vladislav/fast-healthchecks.png" alt="License"/>
3333
</a>
3434

3535
<p>

0 commit comments

Comments
 (0)