summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-23 23:39:08 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-23 23:39:08 +0200
commit62863d6fc00c9f3b13bd58f9bea17c4a99b7d828 (patch)
treef46035461155fb0d12237e09e783c27c5c638c2e
parent716bf150c93cd7f9f9c098f3ce35ffebbd27facb (diff)
downloadwpa-psk-62863d6fc00c9f3b13bd58f9bea17c4a99b7d828.tar
Use link definitions
-rw-r--r--README.md18
1 files 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/
Generated by cgit. See skreutz.com for my tech blog and contact information.