diff --git a/engine/installation/cloud/cloud-ex-aws.md b/engine/installation/cloud/cloud-ex-aws.md index 1401273621..82aee86b37 100644 --- a/engine/installation/cloud/cloud-ex-aws.md +++ b/engine/installation/cloud/cloud-ex-aws.md @@ -70,7 +70,7 @@ To get help with your private key file, instance IP address, and how to log into $ cd ~/Desktop/keys/amazon_ec2 $ ssh -i "my-key-pair.pem" ubuntu@xx.xxx.xxx.xxx - We'll follow the instructions for installing Docker on Ubuntu at https://docs.docker.com/engine/installation/ubuntulinux/. The next few steps reflect those instructions. + We'll follow the instructions for installing Docker on Ubuntu [here](/engine/installation/linux/ubuntulinux.md). The next few steps reflect those instructions. 2. Check the kernel version to make sure it's 3.10 or higher. @@ -199,4 +199,4 @@ _Looking for a quicker way to do Docker cloud installs and provision multiple ho * [Install Docker Engine](../index.md) -* [Docker User Guide](../../userguide/intro.md) \ No newline at end of file +* [Docker User Guide](../../userguide/intro.md)