diff --git a/docs/sources/reference/builder.md b/docs/sources/reference/builder.md
index 4bb02e3e215efedd7d850ef260359d00ae5e9097..0dc5962661e47207ce3e22497e791e5636625566 100644
--- a/docs/sources/reference/builder.md
+++ b/docs/sources/reference/builder.md
@@ -14,7 +14,8 @@ successively.
This page discusses the specifics of all the instructions you can use in your
`Dockerfile`. To further help you write a clear, readable, maintainable
`Dockerfile`, we've also written a [`Dockerfile` Best Practices
-guide](/articles/dockerfile_best-practices).
+guide](/articles/dockerfile_best-practices). Lastly, you can test your
+Dockerfile knowledge with the [Dockerfile tutorial](/userguide/level1).
## Usage
diff --git a/docs/sources/userguide/dockerimages.md b/docs/sources/userguide/dockerimages.md
index 382eef2410c09bc7e3b5777c760e7eb2e7c0e4db..e68905c34a92a45fe72fb885744bd349934afff4 100644
--- a/docs/sources/userguide/dockerimages.md
+++ b/docs/sources/userguide/dockerimages.md
@@ -168,7 +168,6 @@ update and create images.
1. We can update a container created from an image and commit the results to an image.
2. We can use a `Dockerfile` to specify instructions to create an image.
-To learn more, check out the [Dockerfile tutorial](/userguide/level1).
### Updating and committing an image
@@ -539,6 +538,9 @@ Until now we've seen how to build individual applications inside Docker
containers. Now learn how to build whole application stacks with Docker
by linking together multiple Docker containers.
+Test your Dockerfile knowledge with the
+[Dockerfile tutorial](/userguide/level1).
+
Go to [Linking Containers Together](/userguide/dockerlinks).
diff --git a/docs/sources/userguide/level2.md b/docs/sources/userguide/level2.md
index c4f2a2802c92fae18b3865a40f4380905989f3bf..8d16ee8a4503779fe05491e38d25aada7e941146 100644
--- a/docs/sources/userguide/level2.md
+++ b/docs/sources/userguide/level2.md
@@ -89,9 +89,6 @@ RUN apt-get install -y
## What's next?
-Thanks for going through our tutorial! We will be posting Level 3 shortly. Follow us on twitter
-Follow @docker
-
-
In the meantime, check out this blog post by Michael Crosby that describes Dockerfile Best Practices.
+Thanks for going through our tutorial! We will be posting Level 3 in the future. + Back to the Docs! \ No newline at end of file