Fix links appearance (#9963)

* Fix links appearance

For some reason the links inside p tag are not rendered properly, but inside br tag it works properly.

* Fix links

Better fix (by adding space)
This commit is contained in:
akasma74 2019-07-24 11:53:30 +03:00 committed by Franck Nijhof
parent be066bb1a3
commit b45d12a354

View File

@ -98,9 +98,11 @@ $ pip3 install --upgrade git+git://github.com/home-assistant/home-assistant.git@
- It's recommended to run Home Assistant as a dedicated user.
- If you want Home Assistant to automatically start at boot, check the [autostart docs](/docs/autostart/)
<p class='info'>
<div class='info'>
Looking for more advanced guides? Check our [Raspbian guide](/docs/installation/raspberry-pi/) or the [other installation guides](/docs/installation/).
</p>
</div>
### After upgrading Python