From c22025c8630d78d79bbf8655b522022fd4b39281 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Guirao=20Rodr=C3=ADguez?= Date: Sat, 12 Nov 2016 17:14:04 +0100 Subject: [PATCH] Possible errata For what I understand, regions are not meant to be nested (?) --- website/source/docs/cluster/bootstrapping.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/cluster/bootstrapping.html.md b/website/source/docs/cluster/bootstrapping.html.md index 04ee3d544..d94aab68f 100644 --- a/website/source/docs/cluster/bootstrapping.html.md +++ b/website/source/docs/cluster/bootstrapping.html.md @@ -11,7 +11,7 @@ description: |- Nomad models infrastructure into regions and datacenters. Servers reside at the regional layer and manage all state and scheduling decisions for that region. Regions contain multiple datacenters, and clients are registered to a single -datacenter (and thus a region that contains that region). For more details on +datacenter (and thus a region that contains that datacenter). For more details on the architecture of Nomad and how it models infrastructure see the [architecture page](/docs/internals/architecture.html).