diff --git a/website/source/api/operator/area.html.md b/website/source/api/operator/area.html.md index 9846968a3..5b1a787ae 100644 --- a/website/source/api/operator/area.html.md +++ b/website/source/api/operator/area.html.md @@ -26,7 +26,7 @@ datacenters, so not all servers need to be fully connected. This allows for complex topologies among Consul datacenters like hub/spoke and more general trees. -Please see the [Network Areas Guide](/docs/guides/areas.html) for more details. +Please see the [Network Areas Guide](/docs/guides/advanced-federation.html) for more details. ## Create Network Area diff --git a/website/source/docs/commands/operator/area.html.markdown.erb b/website/source/docs/commands/operator/area.html.markdown.erb index 239657a7e..786a319d9 100644 --- a/website/source/docs/commands/operator/area.html.markdown.erb +++ b/website/source/docs/commands/operator/area.html.markdown.erb @@ -24,7 +24,7 @@ and relationships can be made between independent pairs of datacenters, so not a need to be fully connected. This allows for complex topologies among Consul datacenters like hub/spoke and more general trees. -See the [Network Areas Guide](/docs/guides/areas.html) for more details. +See the [Network Areas Guide](/docs/guides/advanced-federation.html) for more details. ```text Usage: consul operator area [options] @@ -250,4 +250,4 @@ The output looks like this: Updated area "d2872ec5-68ea-b862-b75d-0bee99aca100" ``` -The return code will indicate success or failure. \ No newline at end of file +The return code will indicate success or failure. diff --git a/website/source/docs/enterprise/federation/index.html.md b/website/source/docs/enterprise/federation/index.html.md index c123de0e4..863eb37a9 100644 --- a/website/source/docs/enterprise/federation/index.html.md +++ b/website/source/docs/enterprise/federation/index.html.md @@ -17,7 +17,7 @@ desirable to have topologies like hub-and-spoke with central management datacenters and "spoke" datacenters that can't interact with each other. [Consul Enterprise](https://www.hashicorp.com/consul.html) offers a [network -area mechanism](/docs/guides/areas.html) that allows operators to +area mechanism](/docs/guides/advanced-federation.html) that allows operators to federate Consul datacenters together on a pairwise basis, enabling partially-connected network topologies. Once a link is created, Consul agents can make queries to the remote datacenter in service of both API and DNS diff --git a/website/source/docs/enterprise/network-segments/index.html.md b/website/source/docs/enterprise/network-segments/index.html.md index 517885a58..6a5f0d2b2 100644 --- a/website/source/docs/enterprise/network-segments/index.html.md +++ b/website/source/docs/enterprise/network-segments/index.html.md @@ -37,7 +37,7 @@ over the WAN. Consul clients make use of resources in federated clusters by forwarding RPCs through the Consul servers in their local cluster, but they never interact with remote Consul servers directly. There are currently two inter-cluster network models: [WAN Gossip (OSS)](/docs/guides/datacenters.html) -and [Network Areas (Enterprise)](/docs/guides/areas.html). +and [Network Areas (Enterprise)](/docs/guides/advanced-federation.html). **LAN Gossip Pool**: A set of Consul agents that have full mesh connectivity among themselves, and use Serf to maintain a shared view of the members of the diff --git a/website/source/docs/guides/datacenters.html.md b/website/source/docs/guides/datacenters.html.md index 2f1795d14..21634ed0c 100644 --- a/website/source/docs/guides/datacenters.html.md +++ b/website/source/docs/guides/datacenters.html.md @@ -22,7 +22,7 @@ This guide covers the basic form of federating Consul clusters using a single WAN gossip pool, interconnecting all Consul servers. [Consul Enterprise](https://www.hashicorp.com/products/consul/) version 0.8.0 added support for an advanced multiple datacenter capability. Please see the -[Advanced Federation Guide](/docs/guides/areas.html) for more details. +[Advanced Federation Guide](/docs/guides/advanced-federation.html) for more details. ## Setup Two Datacenters