docs: Fix group link in job spec docs
This commit is contained in:
parent
cebd38f1c7
commit
70403632cf
|
@ -81,7 +81,7 @@ job "docs" {
|
|||
- `datacenters` `(array<string>: <required>)` - A list of datacenters in the region which are eligible
|
||||
for task placement. This must be provided, and does not have a default.
|
||||
|
||||
- `group` `([Group][group]: <required>)` - Specifies the start of a
|
||||
- `group` <code>([Group][group]: <required>)</code> - Specifies the start of a
|
||||
group of tasks. This can be provided multiple times to define additional
|
||||
groups. Group names must be unique within the job file.
|
||||
|
||||
|
|
Loading…
Reference in New Issue