diff --git a/website/source/guides/advanced-scheduling/advanced-scheduling.html.md b/website/source/guides/advanced-scheduling/advanced-scheduling.html.md index 96dea486c..77d9e9b18 100644 --- a/website/source/guides/advanced-scheduling/advanced-scheduling.html.md +++ b/website/source/guides/advanced-scheduling/advanced-scheduling.html.md @@ -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 diff --git a/website/source/guides/advanced-scheduling/affinity.html.md b/website/source/guides/advanced-scheduling/affinity.html.md index 136480e3b..34108d35b 100644 --- a/website/source/guides/advanced-scheduling/affinity.html.md +++ b/website/source/guides/advanced-scheduling/affinity.html.md @@ -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 diff --git a/website/source/guides/advanced-scheduling/spread.html.md b/website/source/guides/advanced-scheduling/spread.html.md index 1145486b9..9414b344c 100644 --- a/website/source/guides/advanced-scheduling/spread.html.md +++ b/website/source/guides/advanced-scheduling/spread.html.md @@ -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