From b0e07fab9812e52725e6c0da30e5ec2fc572530d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5rten=20Seiplax?= Date: Sat, 1 Jun 2019 21:04:29 +0300 Subject: [PATCH] Fix 404 link for react example (#9546) The link for the react example returns a 404 Seems it has been moved to https://github.com/home-assistant/custom-panel-starter-kit-react Updated the link description for better accessibility (when used with text-to-speech software used by visually impaired users). --- source/_cookbook/custom_panel_using_react.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_cookbook/custom_panel_using_react.markdown b/source/_cookbook/custom_panel_using_react.markdown index e526487b0c5..f63db13c591 100644 --- a/source/_cookbook/custom_panel_using_react.markdown +++ b/source/_cookbook/custom_panel_using_react.markdown @@ -18,7 +18,7 @@ This is a [React](https://facebook.github.io/react/) implementation of [TodoMVC] - It uses the user configuration for the component in the `configuration.yaml` file for rendering. - It allows toggling the sidebar. -Download the source [here](https://github.com/home-assistant/example-custom-config/blob/master/panels/react.html). Copy the file to `/panels/` (you might have to create the directory if it doesn't exist). +[Download the source for React Starter Kit here](https://github.com/home-assistant/custom-panel-starter-kit-react). Copy the file to `/panels/` (you might have to create the directory if it doesn't exist). Create an entry for the panel in your `configuration.yaml` file to enable it.