summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--wpa-psk-cli/README.md4
-rw-r--r--wpa-psk/README.md3
2 files changed, 7 insertions, 0 deletions
diff --git a/wpa-psk-cli/README.md b/wpa-psk-cli/README.md
index 6c00a4c..f450d6c 100644
--- a/wpa-psk-cli/README.md
+++ b/wpa-psk-cli/README.md
@@ -3,6 +3,10 @@
This is a command-line utility to compute the WPA pre-shared key of a Wi-Fi
SSID and passphrase. See also the corresponding Rust library `wpa-psk`.
+This project's original source code is hosted [here][home].
+
+[home]: https://git.skreutz.com/wpa-psk.git/
+
## Usage
Hash a typical SSID and passphrase:
diff --git a/wpa-psk/README.md b/wpa-psk/README.md
index 89bcef2..f3fd05d 100644
--- a/wpa-psk/README.md
+++ b/wpa-psk/README.md
@@ -5,7 +5,10 @@ passphrase. See also the corresponding command-line interface `wpa-psk-cli`.
See the [crate documentation][docs] for more information.
+This project's original source code is hosted [here][home].
+
[docs]: https://docs.rs/wpa-psk/latest/wpa_psk/
+[home]: https://git.skreutz.com/wpa-psk.git/
## License
Generated by cgit. See skreutz.com for my tech blog and contact information.