From e0e03bcf1207447fb999c2cd266778e57f2f28c1 Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Mon, 14 Aug 2017 14:49:57 -0700 Subject: [PATCH] Fix broken link (#223) --- datacenter/ucp/2.2/guides/admin/install/upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/datacenter/ucp/2.2/guides/admin/install/upgrade.md b/datacenter/ucp/2.2/guides/admin/install/upgrade.md index 8320d536ed..a512f55f70 100644 --- a/datacenter/ucp/2.2/guides/admin/install/upgrade.md +++ b/datacenter/ucp/2.2/guides/admin/install/upgrade.md @@ -8,7 +8,7 @@ This page guides you in upgrading Docker Universal Control Plane (UCP) to version 2.2. Before upgrading to a new version of UCP, check the -[release notes](../release-notes/index.md) for this version. +[release notes](../../release-notes/index.md) for this version. There you'll find information about the new features, breaking changes, and other relevant information for upgrading to a particular version. @@ -27,7 +27,7 @@ This can lead to misconfigurations that are difficult to troubleshoot. Before starting an upgrade, make sure that your swarm is healthy. If a problem occurs this makes it easier to find and troubleshoot any problems. -[Create a backup](backups-and-disaster-recovery.md) of your swarm. +[Create a backup](../backups-and-disaster-recovery.md) of your swarm. This allows you to recover if something goes wrong during the upgrade process. ## Upgrade Docker Engine @@ -99,4 +99,4 @@ all the nodes managed by UCP are healthy. ## Where to go next -* [UCP release notes](../release-notes/index.md) +* [UCP release notes](../../release-notes/index.md)