You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HAP is a framework for building DIY HomeKit accessories based on Apple's [HomeKit Accessory Protocol](https://developer.apple.com/homekit/) specification.
@@ -82,7 +82,7 @@ end
82
82
HAP is intended to be used within a host application which provides concrete implementations for various HomeKit
83
83
characteristics. Check out the [HAP Demo](https://github.com/mtrudel/hap_demo) app for an example of how to use HAP.
84
84
85
-
Documentation can be found at https://hexdocs.pm/hap/.
85
+
Documentation can be found at https://hap.hexdocs.pm.
86
86
87
87
Note that in order to have access to the required crypto methods for HAP to function, OTP 23 or newer is required. Also note that OTP 25.0.x has a [defect](https://github.com/erlang/otp/issues/6313) that breaks HAP (fixed in OTP 25.1 and newer).
0 commit comments