From 7c59be063d2fabd4e12a83dfb8da7049774eec3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marius=20Kj=C3=A6rstad?= Date: Sat, 29 Apr 2023 00:26:26 +0200 Subject: [PATCH] Updated some links in README.md Updated some links in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9b02f9f..9b27278 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,15 @@ utilizing one-time password protocols. Tokens can be added easily by scanning a FreeOTP implements open standards: -* HOTP (HMAC-Based One-Time Password Algorithm) [RFC 4226](http://www.ietf.org/rfc/rfc4226.txt) -* TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](http://www.ietf.org/rfc/rfc6238.txt) +* HOTP (HMAC-Based One-Time Password Algorithm) [RFC 4226](https://www.ietf.org/rfc/rfc4226.txt) +* TOTP (Time-Based One-Time Password Algorithm) [RFC 6238](https://www.ietf.org/rfc/rfc6238.txt) This means that no proprietary server-side component is necessary: use any server-side component that implements these standards. ## Download FreeOTP for iOS -* [App Store](https://itunes.apple.com/us/app/freeotp-authenticator/id872559395?mt=8) +* [App Store](https://apps.apple.com/app/freeotp-authenticator/id872559395) ## Contributing