mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 10:25:42 +03:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user