From 7a40a31f30659ceead3a0aae2dd78d9457e1ca50 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Thu, 1 Jun 2023 22:50:35 +0200 Subject: [PATCH] Fix broken link to updates (#27623) --- .../unsupported/docker_version.markdown | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/source/more-info/unsupported/docker_version.markdown b/source/more-info/unsupported/docker_version.markdown index 60f6b3afca7..8b139877f55 100644 --- a/source/more-info/unsupported/docker_version.markdown +++ b/source/more-info/unsupported/docker_version.markdown @@ -5,20 +5,20 @@ description: "More information on why Docker version marks the installation as u ## The issue -The version that is needed by the Supervisor, depends on the features it needs -for it to work properly. +The version that is needed by the Supervisor depends on the features it needs +to work properly. The current minimum supported version of Docker is: `20.10.17`. -However, the feature set changes and improves over time and therefore, the minimal -required version may change in the future. When that happens, it will be communicated -before we publish a version that will require you to upgrade Docker. +However, the feature set changes and improves over time. Therefore, the minimal +required version may change. When that happens, it will be communicated +before we publish a version that requires you to upgrade Docker. ## The solution -If you are running an older version of our Home Assistant OS, update it the -{% my configuration title="Configuration" %} panel. +If you are running an older version of Home Assistant OS, +{% my updates title="update" %} it. -If this is not our Home Assistant OS, you need to manually update Docker on your -host for instructions on how to do that, check the official +If this is not Home Assistant OS, you need to manually update Docker on your +host. For instructions on how to do that, check the official [Docker documentation](https://docs.docker.com/engine/install/debian/).