Skip to content

Commit

Permalink
Updating links in documentation.
Browse files Browse the repository at this point in the history
Updating links in documentation as requested in the review comments
  • Loading branch information
pbheemag committed Mar 24, 2019
1 parent 88df055 commit 6e8c986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions samples/GetDeviceAddress/README.rst
Expand Up @@ -36,7 +36,7 @@ This sample shows how to create a Lambda function for handling Alexa
Skill requests that:

- Use service clients in SDK, to call the Alexa APIs.
More on `service clients here <../../docs/en/SERVICE_CLIENTS.rst>`__
More on `service clients here <https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/SERVICE_CLIENTS.html#>`__
- Use ``AskForPermissionsConsentCard`` for asking for location consent

Setup
Expand All @@ -50,8 +50,8 @@ Prerequisites
~~~~~~~~~~~~~

Please follow the
`prerequisites <../../docs/en/GETTING_STARTED.rst#prerequisites>`_ section and the
`adding ASK SDK <../../docs/en/GETTING_STARTED.rst#adding-the-ask-sdk-to-your-project>`_
`prerequisites <https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/GETTING_STARTED.html#prerequisites>`_ section and the
`adding ASK SDK <https://alexa-skills-kit-python-sdk.readthedocs.io/en/latest/GETTING_STARTED.html#adding-the-ask-sdk-for-python-to-your-project>`_
section in
Getting Started documentation. For this sample skill, you need
the ``ASK SDK Core`` package.
Expand Down

0 comments on commit 6e8c986

Please sign in to comment.