aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--content/docker.article2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/docker.article b/content/docker.article
index 942bcf1..522690c 100644
--- a/content/docker.article
+++ b/content/docker.article
@@ -12,7 +12,7 @@ giving programmers a trusted and easy way to build containers for their Go progr
In this article we'll walk through a recipe for creating a Docker container for
a simple Go web application and deploying that container to Google Compute Engine.
If you're not familiar with Docker, you should read
-[[http://docs.docker.com/introduction/understanding-docker/][Understanding Docker]]
+[[https://docs.docker.com/engine/understanding-docker/][Understanding Docker]]
before reading on.
* The demo app