Merge pull request #330 from kikitux/master

list Getting in depth in same order as menu
This commit is contained in:
Alex Dadgar 2015-10-26 11:29:22 -07:00
commit bb40d48f8e
1 changed files with 2 additions and 2 deletions

View File

@ -128,8 +128,8 @@ ensuring PCI compliant workloads run on appropriate servers.
# Getting in Depth # Getting in Depth
This has been a brief high-level overview of the architecture of Nomad. There 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), are more details available for each of the sub-systems. The [consensus protocol](/docs/internals/consensus.html),
[consensus protocol](/docs/internals/consensus.html), and [gossip protocol](/docs/internals/gossip.html) [gossip protocol](/docs/internals/gossip.html), and [scheduler design](/docs/internals/scheduling.html)
are all documented in more detail. are all documented in more detail.
For other details, either consult the code, ask in IRC or reach out to the mailing list. For other details, either consult the code, ask in IRC or reach out to the mailing list.