From 884dd496423b7cc13c2cbd7403cc248c6a5a443f Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Sun, 30 May 2021 16:49:31 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index e1be0bb..5d982aa 100644 --- a/Home.md +++ b/Home.md @@ -2,7 +2,8 @@ .NET library for TOTP/HOTP implementation on server (ASP.NET) or client (Xamarin) side ## Table of contents -- [OTP overview]() -- [Configuration]() -- [Code generation/validation]() -- [OTPFactory]() \ No newline at end of file +- [OTP overview](https://github.com/XFox111/SimpleOTP/wiki/OTP-overview) +- [Configuration](https://github.com/XFox111/SimpleOTP/wiki/Configuration) +- [Code generation/validation](https://github.com/XFox111/SimpleOTP/wiki/Code-generation-or-validation) +- [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) +- [API reference](https://github.com/XFox111/SimpleOTP/wiki/API-reference) \ No newline at end of file