From dd9667c6adc7776ac90b7242c6265b23fc1dc764 Mon Sep 17 00:00:00 2001 From: R Huish Date: Sat, 13 Jan 2018 17:58:57 +0000 Subject: [PATCH] Broken internal link for [autostart](docs/autostart/) (#4408) Current link giving 404 error --- source/_docs/installation/virtualenv.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/virtualenv.markdown b/source/_docs/installation/virtualenv.markdown index 022b8e9ea82..e62966b26c5 100644 --- a/source/_docs/installation/virtualenv.markdown +++ b/source/_docs/installation/virtualenv.markdown @@ -34,7 +34,7 @@ _(If you're on a Debian based system, you will need to install Python virtual en ``` $ python3 -m pip install homeassistant ``` - 5. Configure it to [autostart](docs/autostart/) + 5. Configure it to [autostart](/docs/autostart/) 6. Or run Home Assistant manually: ``` $ hass --open-ui