Skip to content

Commit

Permalink
Broken Links in docs fixed
Browse files Browse the repository at this point in the history
Ran into some trouble getting Get Address to work and had incentive to read everything I could.  With broken links that was hard.
  • Loading branch information
schnorea committed Mar 8, 2019
1 parent 14b3d87 commit 88df055
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/SERVICE_CLIENTS.rst>`__
More on `service clients here <../../docs/en/SERVICE_CLIENTS.rst>`__
- Use ``AskForPermissionsConsentCard`` for asking for location consent

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

Please follow the
`prerequisites <../../docs/GETTING_STARTED.rst#prerequisites>`_ section and the
`adding ASK SDK <../../docs/GETTING_STARTED.rst#adding-the-ask-sdk-to-your-project>`_
`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>`_
section in
Getting Started documentation. For this sample skill, you need
the ``ASK SDK Core`` package.
Expand Down

0 comments on commit 88df055

Please sign in to comment.