From 2c49264e355107fc965d998d707bdb3d77473c3e Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Mon, 22 Apr 2024 08:26:33 +0200 Subject: [PATCH] Remove faulty ref to glossary term. Add related topic (#32368) --- source/_docs/tools/check_config.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/source/_docs/tools/check_config.markdown b/source/_docs/tools/check_config.markdown index 24592293913..9b93898c16d 100644 --- a/source/_docs/tools/check_config.markdown +++ b/source/_docs/tools/check_config.markdown @@ -3,7 +3,7 @@ title: "check_config" description: "Script to perform a check of the current configuration" --- -Test any changes to your `configuration.yaml` file before launching Home Assistant. This {% term script %} allows you to test changes without the need to restart Home Assistant. +Test any changes to your `configuration.yaml` file before launching Home Assistant. This script allows you to test changes without the need to restart Home Assistant. ```bash hass --script check_config @@ -28,3 +28,7 @@ optional arguments: -f, --files Show used configuration files -s, --secrets Show secret information ``` + +## Related topics + +- [Validating the configuration](/docs/configuration/#validating-the-configuration) \ No newline at end of file