From 521f6cc877a64cfc6b4ee1f790f650ca7f104afc Mon Sep 17 00:00:00 2001 From: rpitera Date: Sun, 16 Jul 2017 10:38:49 -0400 Subject: [PATCH] Fix link to readme file (#2991) Correct link to readme from README.md to README.rst. --- source/_docs/ecosystem/appdaemon.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/ecosystem/appdaemon.markdown b/source/_docs/ecosystem/appdaemon.markdown index 00bedb9e40f..01395996c39 100755 --- a/source/_docs/ecosystem/appdaemon.markdown +++ b/source/_docs/ecosystem/appdaemon.markdown @@ -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).