From 328fc71f7064f637c9cf6ca116b2282b53cfbd40 Mon Sep 17 00:00:00 2001 From: Itay Shakury Date: Thu, 11 Jul 2019 23:37:06 +0300 Subject: [PATCH] fix sample (#251) url should be uri --- docs/DEVELOPER_GUIDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/DEVELOPER_GUIDE.md b/docs/DEVELOPER_GUIDE.md index 503c2fb9a1..d0aa4b8309 100644 --- a/docs/DEVELOPER_GUIDE.md +++ b/docs/DEVELOPER_GUIDE.md @@ -101,7 +101,7 @@ spec: matchExpressions: - {key: os, operator: In, values: [darwin, linux]} # url for downloading the package archive: - url: https://github.com/example/foo/releases/v1.0.zip + uri: https://github.com/example/foo/releases/v1.0.zip # sha256sum of the file downloaded above: sha256: "208fde0b9f42ef71f79864b1ce594a70832c47dc5426e10ca73bf02e54d499d0" files: # copy the used files out of the zip archive