Updated link in step_four.md (#478)

* Updated link in step_four.md

Link to nano-editor is inconsistent with other links.

* Update step_four.md
This commit is contained in:
Michel van Os 2016-11-07 03:52:13 +01:00 committed by John Mulhausen
parent 174b8ec089
commit 3882cb1476
1 changed files with 1 additions and 3 deletions

View File

@ -46,7 +46,7 @@ commands to run. Your recipe is going to be very short.
$ ls $ ls
Dockerfile Dockerfile
5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like `vi`, or `nano` (https://www.nano-editor.org/). 5. Open the `Dockerfile` in a visual text editor like <a href="https://atom.io/" target="_blank">Atom</a> or <a href="https://www.sublimetext.com/" target="_blank">Sublime</a>, or a text based editor like `vi`, or <a href="https://www.nano-editor.org/" target="_blank">nano</a>.
6. Add a line to the file like this: 6. Add a line to the file like this:
@ -210,5 +210,3 @@ You ran your image in a container. You also just used Linux from your Mac yet
again. In the next section, you take the first step in sharing your image by again. In the next section, you take the first step in sharing your image by
[creating a Docker Hub account](step_five.md). [creating a Docker Hub account](step_five.md).
&nbsp;