From 61bd536d7b32fed8549baecb1150274a9245ac8b Mon Sep 17 00:00:00 2001 From: Jeff Rescignano Date: Tue, 19 May 2020 03:54:39 -0400 Subject: [PATCH] Update invalid links in README.md (#5926) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c5325209a5..ab25dde882 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ This is the repository for the official [Home Assistant](https://home-assistant. - [View demo of Home Assistant](https://demo.home-assistant.io/) - [More information about Home Assistant](https://home-assistant.io) -- [Frontend development instructions](https://developers.home-assistant.io/docs/en/frontend_index.html) +- [Frontend development instructions](https://developers.home-assistant.io/docs/frontend/development/) ## Development - Initial setup: `script/setup` -- Development: [Instructions](https://developers.home-assistant.io/docs/en/frontend_development.html) +- Development: [Instructions](https://developers.home-assistant.io/docs/frontend/development/) - Production build: `script/build_frontend` - Gallery: `cd gallery && script/develop_gallery` - Hass.io: [Instructions](https://developers.home-assistant.io/docs/en/hassio_hass.html)