diff --git a/source/getting-started/index.markdown b/source/getting-started/index.markdown index 07efdba7857..cbc0ab4cc96 100644 --- a/source/getting-started/index.markdown +++ b/source/getting-started/index.markdown @@ -73,17 +73,18 @@ Running these commands will: If you run into any issues, please see [the troubleshooting page](/getting-started/troubleshooting/). It contains solutions to many of the more commonly encountered issues. -For additional help, in addition to this site, there are three sources: +For additional help, in addition to this site, there are four sources: + - [Forum](https://automic.us/forum/) - [Gitter Chatroom](https://gitter.im/balloob/home-assistant) for general Home Assistant discussions and questions. - [Development Mailing List](https://groups.google.com/forum/#!forum/home-assistant-dev) for development related questions and discussing new features. - [GitHub Page](https://github.com/balloob/home-assistant/issues) for issue reporting. ### What's next -If you want to have Home Assistant start on boot, [autostart instructions](/getting-started/autostart/) can be found here. +If you want to have Home Assistant start on boot, autostart instructions can be found [here](/getting-started/autostart/). -To see what Home Assistant can do, launch demo mode: `hass --demo-mode` +To see what Home Assistant can do, launch demo mode: `hass --demo-mode` or visit the [demo page](/demo). -To update Home Assistant to the latest release: `pip3 install --upgrade homeassistant` +To update Home Assistant to the latest release run: `pip3 install --upgrade homeassistant` ### [Next step: Configuring Home Assistant »](/getting-started/configuration/) diff --git a/source/help/index.markdown b/source/help/index.markdown index 993e201b3dc..e7c026bc4a4 100644 --- a/source/help/index.markdown +++ b/source/help/index.markdown @@ -13,9 +13,9 @@ There are various ways to get in touch with the Home Assistant community. It doe ### {% linkable_title Communication channels %} -- [Mailing list](https://groups.google.com/forum/#!forum/home-assistant-dev) -- [Real-time messaging](https://gitter.im/balloob/home-assistant) -- [Forum](https://automic.us/forum/) + - [Forum](https://automic.us/forum/) + - [Gitter Chatroom](https://gitter.im/balloob/home-assistant) for general Home Assistant discussions and questions. + - [Development Mailing List](https://groups.google.com/forum/#!forum/home-assistant-dev) for development related questions and discussing new features. ### {% linkable_title Bugs, Feature requests, and alike %}