From 4d30e323059ce9abb4186195a0d6decfcbad3567 Mon Sep 17 00:00:00 2001 From: "K.C. Wong" Date: Mon, 26 Sep 2016 10:40:19 -0700 Subject: [PATCH] Add the missing '/' to make the URL path absolute * without that '/' it becomes a relative link and thus it is broken --- website/source/docs/jobops/taskconfig.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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