diff --git a/website/redirects.txt b/website/redirects.txt index 403ab13ef..07bc3497c 100644 --- a/website/redirects.txt +++ b/website/redirects.txt @@ -85,6 +85,7 @@ /docs/commands/server-join.html /docs/commands/server/join.html /docs/commands/server-members.html /docs/commands/server/members.html /docs/runtime/schedulers.html /docs/schedulers.html +/docs/internals/scheduling.html /docs/internals/scheduling/scheduling.html # Moved /docs/operating-a-job/ -> /guides/operating-a-job/ /docs/operating-a-job /guides/operating-a-job/index.html diff --git a/website/source/docs/internals/architecture.html.md b/website/source/docs/internals/architecture.html.md index e9d5013f5..e500e7dfe 100644 --- a/website/source/docs/internals/architecture.html.md +++ b/website/source/docs/internals/architecture.html.md @@ -81,7 +81,7 @@ Looking at only a single region, at a high level Nomad looks like this: [![Regional Architecture](/assets/images/nomad-architecture-region.png)](/assets/images/nomad-architecture-region.png) Within each region, we have both clients and servers. Servers are responsible for -accepting jobs from users, managing clients, and [computing task placements](/docs/internals/scheduling.html). +accepting jobs from users, managing clients, and [computing task placements](/docs/internals/scheduling/scheduling.html). Each region may have clients from multiple datacenters, allowing a small number of servers to handle very large clusters. @@ -132,7 +132,7 @@ ensuring PCI compliant workloads run on appropriate servers. This has been a brief high-level overview of the architecture of Nomad. There are more details available for each of the sub-systems. The [consensus protocol](/docs/internals/consensus.html), -[gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling.html) +[gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling/scheduling.html) are all documented in more detail. For other details, either consult the code, ask in IRC or reach out to the mailing list.