From 32a17ddc1bf2c38f6ab8a3751a2c3a14f736fd29 Mon Sep 17 00:00:00 2001 From: Nicholas Westerhausen Date: Tue, 8 Jan 2019 16:06:46 -0500 Subject: [PATCH] Update relative link (#8105) Found another relative link that needed fix. The install instructions are under /docs/ and not /getting-started/ --- source/_components/hdmi_cec.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/hdmi_cec.markdown b/source/_components/hdmi_cec.markdown index f45bc26f911..d3f711c209c 100644 --- a/source/_components/hdmi_cec.markdown +++ b/source/_components/hdmi_cec.markdown @@ -44,7 +44,7 @@ $ ln -s /path/to/your/installation/of/_cec.so /path/to/your/venv/lib/python*/sit ##### {% linkable_title Symlinking examples: %} -For the default virtual environment of a [HASSbian Image for Raspberry Pi](/getting-started/installation-raspberry-pi-image/) the command would be as follows. +For the default virtual environment of a [HASSbian Image for Raspberry Pi](/docs/installation/raspberry-pi/) the command would be as follows. ```bash $ ln -s /usr/local/lib/python*/dist-packages/cec /srv/homeassistant/lib/python*/site-packages