From b27a47a6eaaa81644e79b9ff08457f4d12cbeefa Mon Sep 17 00:00:00 2001 From: Joao Fernandes Date: Wed, 26 Apr 2017 13:35:47 -0700 Subject: [PATCH] Fix broken links (#3082) --- datacenter/dtr/2.2/guides/admin/upgrade.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/datacenter/dtr/2.2/guides/admin/upgrade.md b/datacenter/dtr/2.2/guides/admin/upgrade.md index 2c05eafe3f..461415ee0f 100644 --- a/datacenter/dtr/2.2/guides/admin/upgrade.md +++ b/datacenter/dtr/2.2/guides/admin/upgrade.md @@ -60,7 +60,7 @@ $ docker pull {{ page.docker_image }} ``` If the node you're upgrading doesn't have access to the internet, you can -follow the [offline installation documentation](../install/install-offline.md) +follow the [offline installation documentation](install/install-offline.md) to get the images. Once you have the latest image on your machine (and the images on the target @@ -74,7 +74,7 @@ $ docker run -it --rm \ By default the upgrade command runs in interactive mode and prompts you for any necessary information. You can also check the -[reference documentation](../../../reference/cli/index.md) for other existing flags. +[reference documentation](../../reference/cli/index.md) for other existing flags. The upgrade command will start replacing every container in your DTR cluster, one replica at a time. It will also perform certain data migrations. If anything