mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-13 12:26:50 +00:00
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:
parent
be066bb1a3
commit
b45d12a354
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user