Add the missing '/' to make the URL path absolute

* without that '/' it becomes a relative link and thus it is
  broken
This commit is contained in:
K.C. Wong
2016-09-26 10:40:19 -07:00
parent 44be9eb0c3
commit 4d30e32305

View File

@@ -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