Fix broken scheduling links in advanced scheduling guide
This commit is contained in:
parent
a9a336a65f
commit
2d135e96b7
|
@ -23,5 +23,5 @@ Please refer to the guides below for using affinity and spread in Nomad 0.9.
|
|||
[affinity-stanza]: /docs/job-specification/affinity.html
|
||||
[spread-guide]: /guides/advanced-scheduling/spread.html
|
||||
[spread-stanza]: /docs/job-specification/spread.html
|
||||
[scheduling]: /docs/internals/scheduling.html
|
||||
[scheduling]: /docs/internals/scheduling/scheduling.html
|
||||
|
||||
|
|
|
@ -209,7 +209,7 @@ changes (use the `nomad alloc status` command as shown in the previous step).
|
|||
[constraint]: /docs/job-specification/constraint.html
|
||||
[client-metadata]: /docs/configuration/client.html#meta
|
||||
[node-status]: /docs/commands/node/status.html
|
||||
[scheduling]: /docs/internals/scheduling.html
|
||||
[scheduling]: /docs/internals/scheduling/scheduling.html
|
||||
[verbose]: /docs/commands/alloc/status.html#verbose
|
||||
[weight]: /docs/job-specification/affinity.html#weight
|
||||
|
||||
|
|
|
@ -224,6 +224,6 @@ Change the values of the `percent` options on your targets in the `spread` stanz
|
|||
[node-status]: /docs/commands/node/status.html
|
||||
[percent]: /docs/job-specification/spread.html#percent
|
||||
[spread-stanza]: /docs/job-specification/spread.html
|
||||
[scheduling]: /docs/internals/scheduling.html
|
||||
[scheduling]: /docs/internals/scheduling/scheduling.html
|
||||
[target]: /docs/job-specification/spread.html#target
|
||||
[verbose]: /docs/commands/alloc/status.html#verbose
|
||||
|
|
Loading…
Reference in New Issue