diff --git a/API-reference.md b/API-reference.md index 48afdee..c9a238b 100644 --- a/API-reference.md +++ b/API-reference.md @@ -2,9 +2,9 @@ | Namespace | Description | | --------- | ----------- | | [SimpleOTP](#SimpleOTP) | Main namespace with [OTPService](https://github.com/XFox111/SimpleOTP/wiki/OTPService) and [OTPFactory](https://github.com/XFox111/SimpleOTP/wiki/OTPFactory) classes | -| [SimpleOTP.Models](#SimpleOTP.Models) | Namespace with data object models | -| [SimpleOTP.Enums](#SimpleOTP.Enums) | Namespace with type enumerations | -| [SimpleOTP.Helpers](#SimpleOTP.Helpers) | Namespace with supplementary service classes | +| [SimpleOTP.Models](#SimpleOTPModels) | Namespace with data object models | +| [SimpleOTP.Enums](#SimpleOTPEnums) | Namespace with type enumerations | +| [SimpleOTP.Helpers](#SimpleOTPHelpers) | Namespace with supplementary service classes | ## SimpleOTP | Class | Description |