From 5dc541566871d7686a680179554e5d4fa54cc644 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 24 Jul 2025 10:04:04 +0200 Subject: [PATCH] Update source/_includes/common-tasks/specific_version.md --- source/_includes/common-tasks/specific_version.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_includes/common-tasks/specific_version.md b/source/_includes/common-tasks/specific_version.md index ffa269e1036..8601f2e4275 100644 --- a/source/_includes/common-tasks/specific_version.md +++ b/source/_includes/common-tasks/specific_version.md @@ -12,7 +12,7 @@ In the event that a Home Assistant Core version doesn't play well with your hard {% if page.installation == "os"%} -To upgrade to a specific version, you can use the CLI (command line). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the section [](/common-tasks/os/#installing-and-using-the-ssh-add-on). +To upgrade to a specific version, you can use the CLI (command line). The example below shows how to upgrade to `{{current_version}}`. To learn how to get started with the command line in Home Assistant, refer to the [SSH add-on setup instructions](/common-tasks/os/#installing-and-using-the-ssh-add-on). ```bash ha core update --version {{current_version}} --backup