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.
This commit is contained in:
micheal 2016-07-25 00:27:26 -07:00 committed by GitHub
parent bdbb358b49
commit 6d5f5b146f

View file

@ -88,12 +88,12 @@ task "example" {
# Download the binary to run # Download the binary to run
artifact { artifact {
source = "http://domain.com/example/my-app" source = "http://example.com/example/my-app"
} }
# Download the config file # Download the config file
artifact { artifact {
source = "http://domain.com/example/config.cfg" source = "http://example.com/example/config.cfg"
} }
} }
``` ```