Fix link to readme file (#2991)

Correct link to readme from README.md to README.rst.
This commit is contained in:
rpitera 2017-07-16 10:38:49 -04:00 committed by Paulus Schoutsen
parent b6b4ff80d8
commit 521f6cc877

View File

@ -107,7 +107,7 @@ Of course if I wanted to make this App or its predecessor reusable I would have
In addition, Apps can write to `AppDaemon`'s logfiles, and there is a system of constraints that allows yout to control when and under what circumstances Apps and callbacks are active to keep the logic clean and simple.
For full installation instructions, see [README.md](https://github.com/home-assistant/appdaemon/blob/dev/README.md) in the `AppDaemon` repository.
For full installation instructions, see [README.md](https://github.com/home-assistant/appdaemon/blob/dev/README.rst) in the `AppDaemon` repository.
There is also full documentation for the API and associated configuration in [API.md](https://github.com/home-assistant/appdaemon/blob/dev/API.md).