diff options
| author | Fuwn <[email protected]> | 2023-05-04 08:07:13 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-05-04 08:07:13 +0000 |
| commit | ffbc99ae4ae4b039de585c675834df7b0087c013 (patch) | |
| tree | 2c9e100eb4cc0ce32278a3b7faeb82fb8c620e06 | |
| parent | docs(readme): fix windmark version (diff) | |
| download | windmark-ffbc99ae4ae4b039de585c675834df7b0087c013.tar.xz windmark-ffbc99ae4ae4b039de585c675834df7b0087c013.zip | |
docs(readme): update tokio and async-std urls to their respective websites
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Windmark is an elegant and highly performant, async Gemini server framework for the modern age! -Now supporting both [Tokio](https://github.com/tokio-rs/tokio) and [`async-std`](https://github.com/async-rs/async-std)! +Now supporting both [Tokio](https://tokio.rs/) and [`async-std`](https://async.rs/)! ## Usage |