From 576069de671f9e15cadb2bff54177b431e9e9422 Mon Sep 17 00:00:00 2001 From: Thomas Karpiniec Date: Fri, 28 Jun 2024 12:10:43 +1000 Subject: [PATCH] Fix README links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5390469..d1c4db7 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # netwatcher -![Crates.io Version](https://img.shields.io/crates/v/netwatcher) -![docs.rs](https://img.shields.io/docsrs/netwatcher) +[![Crates.io Version](https://img.shields.io/crates/v/netwatcher)](https://crates.io/crate/netwatcher) +[![docs.rs](https://img.shields.io/docsrs/netwatcher)](https://docs.rs/netwatcher) `netwatcher` is a cross-platform Rust library for enumerating network interfaces and their IP addresses, featuring the ability to watch for changes to those interfaces _efficiently_. It uses platform-specific methods to detect when interface changes have occurred instead of polling, which means that you find out about changes more quickly and there is no CPU or wakeup overhead when nothing is happening. -- 2.39.5