diff options
author | Andrew Gerrand <adg@golang.org> | 2016-02-26 13:37:51 +1100 |
---|---|---|
committer | Andrew Gerrand <adg@golang.org> | 2016-02-26 03:00:37 +0000 |
commit | 2a90f9eea00684794d8948aafcf44dd3dbe9b9d5 (patch) | |
tree | 5752b3a78b9cf218e8e21d53af528212af5bbd67 | |
parent | 46e1695f25ec48569c3125a9a4188e82a21d55be (diff) |
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 <r@golang.org>
-rw-r--r-- | content/docker.article | 2 |
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 |