From 62863d6fc00c9f3b13bd58f9bea17c4a99b7d828 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Mon, 23 May 2022 23:39:08 +0200 Subject: Use link definitions --- README.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7ba0752..0052d9c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # WPA-PSK -This is a command-line utility and Rust library to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase. +This is a command-line utility and Rust library to compute the WPA pre-shared +key of a Wi-Fi SSID and passphrase. ## Usage @@ -27,13 +28,20 @@ You can install `wpa-psk` using Cargo: ## License -This work is distributed under the terms of both, the [MIT License](LICENSE-MIT) and the [Apache License, Version 2.0](LICENSE-APACHE-2.0). +This work is distributed under the terms of both, the [MIT License][MIT] and +the [Apache License, Version 2.0][Apache-2.0]. + +[MIT]: LICENSE-MIT +[Apache-2.0]: LICENSE-APACHE-2.0 ## Contribution -Contributions are welcome! -Please [contact](https://www.skreutz.com/contact/) me via email. +Contributions are welcome! Please [contact][] me via email. + +[contact]: https://www.skreutz.com/contact/ ## See also -The popular [wpa_supplicant](https://hostap.epitest.fi/wpa_supplicant/) comes with a similar tool, `wpa_passphrase(8)`. +The popular [wpa_supplicant][] comes with a similar tool, `wpa_passphrase(8)`. + +[wpa_supplicant]: https://hostap.epitest.fi/wpa_supplicant/ -- cgit v1.2.3