Update README.md

This commit is contained in:
brest-amzn 2019-12-11 12:34:32 -08:00 committed by GitHub
parent efd6ebcefc
commit aea1daa7bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 12 additions and 12 deletions

View File

@ -8,27 +8,27 @@ The Alexa Voice Service (AVS) enables developers to integrate Alexa directly int
The Alexa Voice Service (AVS) Device SDK provides you with a set of C ++ libraries to build an Alexa Built-in product, meaning your device has direct access to cloud-based Alexa capabilities to receive voice responses instantly. Your device can be almost anything a smartwatch, a speaker, headphones the choice is yours.
[Learn more »](https://developer.amazon.com/docs/avs-device-sdk/overview.html)
[Learn more »](https://developer.amazon.com/docs/alexa/avs-device-sdk/overview.html)
### Release Notes and Known Issues
Feature enhancements, updates, and resolved issues from all releases are available on the [Amazon developer portal](https://developer.amazon.com/docs/avs-device-sdk/release-notes.html).
Feature enhancements, updates, and resolved issues from all releases are available on the [Amazon developer portal](https://developer.amazon.com/docs/alexa/avs-device-sdk/release-notes.html).
### Get Started
You can set up the SDK on the following platforms:
* [Ubuntu Linux](https://developer.amazon.com/avs-device-sdk/wiki/ubuntu.html)
* [Raspberry Pi](https://developer.amazon.com/docs/avs-device-sdk/raspberry-pi.html)
* [macOS](https://developer.amazon.com/docs/avs-device-sdk/mac-os.html)
* [Windows 64-bit](https://developer.amazon.com/docs/avs-device-sdk/windows-64.html)
* [Generic Linux](https://developer.amazon.com/docs/avs-device-sdk/linux.html)
* [Android](https://developer.amazon.com/docs/avs-device-sdk/android.html)
* [Ubuntu Linux](https://developer.amazon.com/docs/alexa/avs-device-sdk/wiki/ubuntu.html)
* [Raspberry Pi](https://developer.amazon.com/docs/alexa/avs-device-sdk/raspberry-pi.html)
* [macOS](https://developer.amazon.com/docs/alexa/avs-device-sdk/mac-os.html)
* [Windows 64-bit](https://developer.amazon.com/docs/alexa/avs-device-sdk/windows-64.html)
* [Generic Linux](https://developer.amazon.com/docs/alexa/avs-device-sdk/linux.html)
* [Android](https://developer.amazon.com/docs/alexa/avs-device-sdk/android.html)
### SDK Architecture
The SDK is modular and abstract. It provides [separate components](https://developer.amazon.com/docs/avs-device-sdk/overview.html#sdk-architecture) to handle necessary Alexa functionality including processing audio, maintaining persistent connections, and managing Alexa interactions. Each component exposes [Alexa APIs](https://developer.amazon.com/docs/alexa-voice-service/api-overview.html) to customize your device integrations as needed. The SDK also includes a Sample App, so you can test interactions before integration.
The SDK is modular and abstract. It provides [separate components](https://developer.amazon.com/docs/alexa/avs-device-sdk/overview.html#sdk-architecture) to handle necessary Alexa functionality including processing audio, maintaining persistent connections, and managing Alexa interactions. Each component exposes [Alexa APIs](https://developer.amazon.com/docs/alexa/alexa-voice-service/api-overview.html) to customize your device integrations as needed. The SDK also includes a Sample App, so you can test interactions before integration.
[Learn more »](https://developer.amazon.com/docs/avs-device-sdk/overview.html#sdk-architecture)
[Learn more »](https://developer.amazon.com/docs/alexa/avs-device-sdk/overview.html#sdk-architecture)
### API References
@ -36,7 +36,7 @@ View the [C++ API References](https://alexa.github.io/avs-device-sdk/) for detai
### Security Best Practices and Important Considerations
All Alexa products should adopt the [Security Best Practices for Alexa](https://developer.amazon.com/docs/alexa-voice-service/security-best-practices.html).
All Alexa products should adopt the [Security Best Practices for Alexa](https://developer.amazon.com/docs/alexa/alexa-voice-service/security-best-practices.html).
When building Alexa with the SDK, you should also adhere to the [following security principles](https://developer.amazon.com/docs/avs-device-sdk/overview.html#security-best-practices).
When building Alexa with the SDK, you should also adhere to the [following security principles](https://developer.amazon.com/docs/alexa/avs-device-sdk/overview.html#security-best-practices).