Fixed links in readme.

This commit is contained in:
clewsy 2020-02-20 12:44:14 +11:00
parent c25ac11f6b
commit 6e6de7b85f

View file

@ -42,7 +42,7 @@ Some cool features of motionEye:
- Supports uploading recording into Google Drive and Dropbox. - Supports uploading recording into Google Drive and Dropbox.
- motion detection, including email notification and scheduling. - motion detection, including email notification and scheduling.
- Can record continuously, motion, or timelapse, with retention settings. - Can record continuously, motion, or timelapse, with retention settings.
- Supports "![action buttons](https://github.com/ccrisan/motioneye/wiki/Action-Buttons)" within the configuration. - Supports "[action buttons][motioneye-wiki-action-buttons]" within the configuration.
## Installation ## Installation
@ -117,7 +117,7 @@ The private key file to use for SSL.
### Option: `action_buttons` ### Option: `action_buttons`
If configured, a script will be created to implement an ![action button](https://github.com/ccrisan/motioneye/wiki/Action-Buttons). If configured, a script will be created to implement an [action button][motioneye-wiki-action-buttons].
Example action buttons configuration: Example action buttons configuration:
@ -267,3 +267,4 @@ SOFTWARE.
[releases]: https://github.com/hassio-addons/addon-motioneye/releases [releases]: https://github.com/hassio-addons/addon-motioneye/releases
[repository]: https://github.com/hassio-addons/repository [repository]: https://github.com/hassio-addons/repository
[semver]: http://semver.org/spec/v2.0.0.htm [semver]: http://semver.org/spec/v2.0.0.htm
[motioneye-wiki-action-buttons]: https://github.com/ccrisan/motioneye/wiki/Action-Buttons