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).
This commit is contained in:
Mårten Seiplax 2019-06-01 21:04:29 +03:00 committed by Klaas Schoute
parent ea1f3d836c
commit b0e07fab98

View File

@ -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 `<config dir>/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 `<config dir>/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.