Skip to content

Commit

Permalink
fix shield links
Browse files Browse the repository at this point in the history
  • Loading branch information
smurfix committed Jul 24, 2024
1 parent fd86b3e commit 60feaa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# AsyncPing
![GitHub release](https://img.shields.io/github/release/M-o-a-T/asyncping.svg)
[![GitHub license](https://img.shields.io/github/license/M-o-a-T/asyncping.svg)](https://github.com/M-o-a-T/asyncping/blob/master/LICENSE)
![GitHub release](https://img.shields.io/github/release/M-o-a-T/asyncping3.svg)
[![GitHub license](https://img.shields.io/github/license/M-o-a-T/asyncping3.svg)](https://github.com/M-o-a-T/asyncping3/blob/master/LICENSE)
![PyPI - Downloads](https://img.shields.io/pypi/dm/asyncping3.svg)

AsyncPing is an async-friendly pure python3 version of ICMP ping implementation using raw sockets.\
(Note that on Linux and Windows, ICMP messages can only be sent from processes running as root.)

> The Python2 version originally from [here](http://github.com/samuel/python-ping).\
> The Python3 version originally from [here](http://github.com/kyan001/ping3).\
> This version maintained at [this github repo](https://github.com/M-o-a-T/asyncping).
> This fork maintained at [this github repo](https://github.com/M-o-a-T/asyncping3).
[CHANGELOG](CHANGELOG.md)

Expand Down

0 comments on commit 60feaa6

Please sign in to comment.