From 2a90f9eea00684794d8948aafcf44dd3dbe9b9d5 Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Fri, 26 Feb 2016 13:37:51 +1100 Subject: content: update link in Docker article Fixes golang/go#14506 Change-Id: Ib1534a9641cccaa2693932a9b55c6367dcce35a4 Reviewed-on: https://go-review.googlesource.com/19875 Reviewed-by: Rob Pike --- content/docker.article | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3