Update invalid links in README.md (#5926)

This commit is contained in:
Jeff Rescignano 2020-05-19 03:54:39 -04:00 committed by GitHub
parent 02c798a8bc
commit 61bd536d7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/) - [View demo of Home Assistant](https://demo.home-assistant.io/)
- [More information about Home Assistant](https://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 ## Development
- Initial setup: `script/setup` - 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` - Production build: `script/build_frontend`
- Gallery: `cd gallery && script/develop_gallery` - Gallery: `cd gallery && script/develop_gallery`
- Hass.io: [Instructions](https://developers.home-assistant.io/docs/en/hassio_hass.html) - Hass.io: [Instructions](https://developers.home-assistant.io/docs/en/hassio_hass.html)