Skip to content

Commit

Permalink
docs: update wiki links
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Apr 10, 2020
1 parent 2bc2a9a commit b238def
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Allows for control of Amazon Echo products as home assistant media devices with
* Album Image

# Installation and Configuration
Please see the [wiki.](https://github.com/custom-components/alexa_media_player/wiki/Installation-and-Configuration)
Please see the [wiki.](https://github.com/custom-components/alexa_media_player/wiki/Configuration)


# Further Documentation
Expand Down
2 changes: 1 addition & 1 deletion custom_components/alexa_media/media_player.py
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ async def async_play_media(self, media_type, media_id, enqueue=None, **kwargs):
"Sorry, text to speech can only be called"
" with the notify.alexa_media service."
" Please see the alexa_media wiki for details."
"https://github.com/custom-components/alexa_media_player/wiki/Notification-Component#use-the-notifyalexa_media-service"
"https://github.com/custom-components/alexa_media_player/wiki/Configuration%3A-Notification-Component#use-the-notifyalexa_media-service"
)
elif media_type == "sequence":
await self.alexa_api.send_sequence(
Expand Down
2 changes: 1 addition & 1 deletion info.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This is a custom component to allow control of Amazon Alexa devices in [Homeassi
## Useful links

- [General documentation](https://github.com/custom-components/alexa_media_player/wiki)
- [Installation and Configuration](https://github.com/custom-components/alexa_media_player/wiki/Installation-and-Configuration)
- [Installation and Configuration](https://github.com/custom-components/alexa_media_player/wiki/Configuration)
- [FAQ](https://github.com/custom-components/alexa_media_player/wiki/FAQ)
- [Repository](https://github.com/custom-components/alexa_media_player)
- [Forum post](https://community.home-assistant.io/t/echo-devices-alexa-as-media-player-testers-needed/58639)

0 comments on commit b238def

Please sign in to comment.