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" } } ```