From 50875c5a21e5259311ceb5dfb852cecb5632be21 Mon Sep 17 00:00:00 2001 From: Jeffrey Hogan Date: Tue, 9 May 2017 13:06:20 -0500 Subject: [PATCH] Correct gcp.yml example URL path Signed-off-by: Jeffrey Hogan --- docs/gcp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gcp.md b/docs/gcp.md index ab166615e..5020664da 100644 --- a/docs/gcp.md +++ b/docs/gcp.md @@ -50,7 +50,7 @@ Make sure to download the credentials in JSON format and store them somewhere sa ## Build an image -Add a `gcp-img` output line to your yaml config, see the example in [`examples/gcp.yml`](../example/gcp.yml). +Add a `gcp-img` output line to your yaml config, see the example in [`examples/gcp.yml`](../examples/gcp.yml). Then do `moby build myprefix.yml`