From b45d12a35488eeeb7c0914ce3ad7b08906b2a5b4 Mon Sep 17 00:00:00 2001 From: akasma74 Date: Wed, 24 Jul 2019 11:53:30 +0300 Subject: [PATCH] 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) --- source/_docs/installation/virtualenv.markdown | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 5b7c6e917e2..f1766a13b7b 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -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/) -

+

+ Looking for more advanced guides? Check our [Raspbian guide](/docs/installation/raspberry-pi/) or the [other installation guides](/docs/installation/). -

+ +
### After upgrading Python