From 328008820e6c891da96dfcb8c7d60264ac36b149 Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Date: Sat, 24 Oct 2015 17:18:11 +1300 Subject: [PATCH] list Getting in depth in same order as menu --- website/source/docs/internals/architecture.html.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/source/docs/internals/architecture.html.md b/website/source/docs/internals/architecture.html.md index d41504708..9c0079f1b 100644 --- a/website/source/docs/internals/architecture.html.md +++ b/website/source/docs/internals/architecture.html.md @@ -128,8 +128,8 @@ ensuring PCI compliant workloads run on appropriate servers. # Getting in Depth 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 [scheduler design](/docs/internals/scheduling.html), -[consensus protocol](/docs/internals/consensus.html), and [gossip protocol](/docs/internals/gossip.html) +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) are all documented in more detail. For other details, either consult the code, ask in IRC or reach out to the mailing list.