From 33fd4923914d98af890cf415de32555ba6273a8e Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 24 Mar 2017 15:37:17 -0700 Subject: [PATCH] Remove incorrect list of supported protocols The correct list is like 5 lines up --- website/source/docs/job-specification/artifact.html.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/source/docs/job-specification/artifact.html.md b/website/source/docs/job-specification/artifact.html.md index 3bc170477..b8893b6f8 100644 --- a/website/source/docs/job-specification/artifact.html.md +++ b/website/source/docs/job-specification/artifact.html.md @@ -57,8 +57,7 @@ unarchived before the starting the task. documentation][go-getter] for a complete list of options and examples - `source` `(string: )` - Specifies the URL of the artifact to download. - Only `http`, `https`, and `s3` URLs are supported. See [`go-getter`][go-getter] - for details. + See [`go-getter`][go-getter] for details. ## `artifact` Examples