Skip to content

Commit 75691f3

Browse files
committed
Repoint hexdocs links
1 parent 20fd2c8 commit 75691f3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
![HAP](https://user-images.githubusercontent.com/79646/67910894-dd4dc280-fb5a-11e9-9ca9-4be6633cc1a6.png)
22

33
[![Build Status](https://github.com/mtrudel/hap/workflows/Elixir%20CI/badge.svg)](https://github.com/mtrudel/hap/actions)
4-
[![Docs](https://img.shields.io/badge/api-docs-green.svg?style=flat)](https://hexdocs.pm/hap)
4+
[![Docs](https://img.shields.io/badge/api-docs-green.svg?style=flat)](https://hap.hexdocs.pm)
55
[![Hex.pm](https://img.shields.io/hexpm/v/hap.svg?style=flat&color=blue)](https://hex.pm/packages/hap)
66

77
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
8282
HAP is intended to be used within a host application which provides concrete implementations for various HomeKit
8383
characteristics. Check out the [HAP Demo](https://github.com/mtrudel/hap_demo) app for an example of how to use HAP.
8484

85-
Documentation can be found at https://hexdocs.pm/hap/.
85+
Documentation can be found at https://hap.hexdocs.pm.
8686

8787
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).
8888

0 commit comments

Comments
 (0)