diff --git a/website/source/docs/jobops/taskconfig.html.md b/website/source/docs/jobops/taskconfig.html.md index 7208ca77a..cd42c57a1 100644 --- a/website/source/docs/jobops/taskconfig.html.md +++ b/website/source/docs/jobops/taskconfig.html.md @@ -62,7 +62,7 @@ task "memcached" { In the above example, we see how easy it is to pass configuration options using the `args` section and even see how -[interpolation](docs/jobspec/interpreted.html) allows us to pass arguments +[interpolation](/docs/jobspec/interpreted.html) allows us to pass arguments based on the dynamic port and address Nomad chose for this task. ## Config Files