Skip to content

Commit

Permalink
Make docs badge clickable (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils authored Oct 28, 2024
1 parent 7e808d7 commit 7a4968a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
TUN interfaces
==============
[![Crates.io](https://img.shields.io/crates/v/tun.svg)](https://crates.io/crates/tun)
![tun](https://docs.rs/tun/badge.svg)
[![tun](https://docs.rs/tun/badge.svg)](https://docs.rs/tun/latest/tun/)
![WTFPL](http://img.shields.io/badge/license-WTFPL-blue.svg)

This crate allows the creation and usage of TUN interfaces, the aim is to make this cross-platform.
Expand Down

0 comments on commit 7a4968a

Please sign in to comment.