From d75d2ba9ce42ddec3c3cf5727f7ad4a8e23018b4 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Sun, 18 Dec 2022 10:13:18 +0200 Subject: [PATCH] fix(docker): fix links to docs [EE-4486] (#8166) --- app/docker/views/containers/create/createcontainer.html | 2 +- app/docker/views/dashboard/dashboard.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/docker/views/containers/create/createcontainer.html b/app/docker/views/containers/create/createcontainer.html index 79dc2d9e5..d4187dcd7 100644 --- a/app/docker/views/containers/create/createcontainer.html +++ b/app/docker/views/containers/create/createcontainer.html @@ -5,7 +5,7 @@

The new container may fail to start if the image is changed, and settings from the previous container aren't compatible. Common causes include entrypoint, cmd or - other settings set by an image. + other settings set by an image.

diff --git a/app/docker/views/dashboard/dashboard.html b/app/docker/views/dashboard/dashboard.html index 80c1b4257..21bb2c3df 100644 --- a/app/docker/views/dashboard/dashboard.html +++ b/app/docker/views/dashboard/dashboard.html @@ -18,7 +18,7 @@

Portainer is connected to a node that is part of a Swarm cluster. Some resources located on other nodes in the cluster might not be available for management, have a look at - our agent setup for more details. + our agent setup for more details.