Updated the URL syntax in mark down at line 73

This commit is contained in:
Srikar 2016-11-22 13:04:46 +05:30 committed by GitHub
parent 57fcd95be9
commit b356a0b20a
1 changed files with 2 additions and 2 deletions

View File

@ -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 $ cd ~/Desktop/keys/amazon_ec2
$ ssh -i "my-key-pair.pem" ubuntu@xx.xxx.xxx.xxx $ 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. 2. Check the kernel version to make sure it's 3.10 or higher.