From 4991233fc0b2c231768ea3313f588de449104790 Mon Sep 17 00:00:00 2001 From: micheal Date: Mon, 25 Jul 2016 00:27:26 -0700 Subject: [PATCH] Update taskconfig.html.md Remove references to domain.com. RFC 2606 (https://www.rfc-editor.org/rfc/rfc2606.txt) reserves `example.com` for use in documentation. `domain.com` is a real website. --- website/source/docs/jobops/taskconfig.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/jobops/taskconfig.html.md b/website/source/docs/jobops/taskconfig.html.md index 58efa1b97..7208ca77a 100644 --- a/website/source/docs/jobops/taskconfig.html.md +++ b/website/source/docs/jobops/taskconfig.html.md @@ -88,12 +88,12 @@ task "example" { # Download the binary to run artifact { - source = "http://domain.com/example/my-app" + source = "http://example.com/example/my-app" } # Download the config file artifact { - source = "http://domain.com/example/config.cfg" + source = "http://example.com/example/config.cfg" } } ```