Update README.md

Added link to SDK API documentation.
This commit is contained in:
Erik 2017-08-17 08:30:10 -07:00 committed by GitHub
parent a62220d544
commit 90c068ff1b
1 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ You can set up the SDK on the following platforms:
* [Linux or macOS](https://github.com/alexa/avs-device-sdk/wiki/Linux-Quick-Start-Guide)
* [Raspberry Pi](https://github.com/alexa/avs-device-sdk/wiki/Raspberry-Pi-Quick-Start-Guide) (Raspbian Jessie)
Or if you prefer, you can start with our [SDK API Documentation](https://alexa.github.io/avs-device-sdk/).
### Learn More About The AVS Device SDK
@ -98,4 +99,4 @@ v1.0.1 released 8/17/2017:
* `ACL`'s asynchronous receipt of audio attachments may manage resources poorly in scenarios where attachments are received but not consumed.
* When an `AttachmentReader` does not deliver data for prolonged periods, `MediaPlayer` may not resume playing the delayed audio.
* Without the refresh token in the JSON file, the sample app crashes on start up.
* Any connection loss during the `Listening` state keeps the app stuck in this state, unless the ongoing interaction is manually stopped by the user.
* Any connection loss during the `Listening` state keeps the app stuck in this state, unless the ongoing interaction is manually stopped by the user.