From 9c9a0713263c20b2afd433d244dbda4aa70bf500 Mon Sep 17 00:00:00 2001 From: SaintMalik <37118134+saintmalik@users.noreply.github.com> Date: Sun, 8 Aug 2021 14:46:10 +0100 Subject: [PATCH] Fix broken url in docs (#18833) What does this PR do Fix dead or broken links in this docs page, making navigation easy for others. --- source/_docs/configuration.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/configuration.markdown b/source/_docs/configuration.markdown index 5b61f9289a5..9cabf86087d 100644 --- a/source/_docs/configuration.markdown +++ b/source/_docs/configuration.markdown @@ -5,7 +5,7 @@ description: "Configuring Home Assistant via text files." While you can configure most of Home Assistant directly from the user interface under {% my configuration %}, some parts need you to edit `configuration.yaml`. This file contains integrations to be loaded along with their configurations. Throughout the documentation you will find snippets that you can add to your configuration file to enable specific functionality. -If you run into trouble while configuring Home Assistant, refer to the [configuration troubleshooting page](/getting-started/configuration/troubleshooting/) and the [`configuration.yaml` examples](/examples/#example-configurationyaml). +If you run into trouble while configuring Home Assistant, refer to the [configuration troubleshooting page](/docs/configuration/troubleshooting/) and the [`configuration.yaml` examples](/examples/#example-configurationyaml). ## Editing `configuration.yaml`