Merge pull request #2876 from hashicorp/enterprise-links
update all links to enterprise to avoid redirect
This commit is contained in:
commit
593d495624
|
@ -16,7 +16,7 @@ Consul's HTTP API.
|
|||
Consul Enterprise. This is not present in the open source version of Consul.
|
||||
|
||||
The network area functionality described here is available only in
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) version 0.8.0 and
|
||||
[Consul Enterprise](https://www.hashicorp.com/products/consul/) version 0.8.0 and
|
||||
later. Network areas are operator-defined relationships between servers in two
|
||||
different Consul datacenters.
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ description: >
|
|||
Command: `consul operator area`
|
||||
|
||||
~> The network area functionality described here is available only in
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) version 0.8.0 and later.
|
||||
[Consul Enterprise](https://www.hashicorp.com/products/consul/) version 0.8.0 and later.
|
||||
|
||||
Consul Enterprise version supports network areas, which are operator-defined relationships
|
||||
between servers in two different Consul datacenters. The operator area command is used to
|
||||
|
|
|
@ -9,7 +9,7 @@ sidebar_current: "docs-commands-snapshot-agent"
|
|||
Command: `consul snapshot agent`
|
||||
|
||||
~> The [`agent`](/docs/commands/snapshot/agent.html) subcommand described here is
|
||||
available only in [Consul Enterprise](https://www.hashicorp.com/consul.html)
|
||||
available only in [Consul Enterprise](https://www.hashicorp.com/products/consul/)
|
||||
version 0.7.1 and later. All other [snapshot subcommands](/docs/commands/snapshot.html)
|
||||
are available in the open source version of Consul.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ description: |-
|
|||
## Advanced Federation with Network Areas
|
||||
|
||||
~> The network area functionality described here is available only in
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) version 0.8.0 and later.
|
||||
[Consul Enterprise](https://www.hashicorp.com/products/consul/) version 0.8.0 and later.
|
||||
|
||||
One of the key features of Consul is its support for multiple datacenters.
|
||||
The [architecture](/docs/internals/architecture.html) of Consul is designed to
|
||||
|
@ -20,7 +20,7 @@ datacenters. This means each datacenter runs independently, each having a dedica
|
|||
group of servers and a private LAN [gossip pool](/docs/internals/gossip.html).
|
||||
|
||||
This guide covers the advanced form of federating Consul clusters using the new
|
||||
network areas capability added in [Consul Enterprise](https://www.hashicorp.com/consul.html)
|
||||
network areas capability added in [Consul Enterprise](https://www.hashicorp.com/products/consul/)
|
||||
version 0.8.0. For the basic form of federation available in the open source version
|
||||
of Consul, please see the [Basic Federation Guide](/docs/guides/datacenters.html)
|
||||
for more details.
|
||||
|
|
|
@ -130,7 +130,7 @@ setting.
|
|||
---
|
||||
|
||||
~> The following Autopilot features are available only in
|
||||
[Consul Enterprise](https://www.hashicorp.com/consul.html) version 0.8.0 and later.
|
||||
[Consul Enterprise](https://www.hashicorp.com/products/consul/) version 0.8.0 and later.
|
||||
|
||||
## Server Read Scaling
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ group of servers and a private LAN [gossip pool](/docs/internals/gossip.html).
|
|||
|
||||
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/consul.html) version 0.8.0 added support
|
||||
[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.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<li><a href="/docs/index.html">Docs</a></li>
|
||||
<li><a href="/api/index.html">API</a></li>
|
||||
<li><a href="/community.html">Community</a></li>
|
||||
<li><a href="https://www.hashicorp.com/consul.html?utm_source=oss&utm_medium=header-nav&utm_campaign=consul">Enterprise</a></li>
|
||||
<li><a href="https://www.hashicorp.com/products/consul/?utm_source=oss&utm_medium=header-nav&utm_campaign=consul">Enterprise</a></li>
|
||||
<li><a href="/security.html">Security</a></li>
|
||||
<li><a href="https://demo.consul.io/">Demo</a></li>
|
||||
</ul>
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<li><a href="/docs/index.html">Docs</a></li>
|
||||
<li><a href="/api/index.html">API</a></li>
|
||||
<li><a href="/community.html">Community</a></li>
|
||||
<li><a href="https://www.hashicorp.com/consul.html?utm_source=oss&utm_medium=header-nav&utm_campaign=consul">Enterprise</a></li>
|
||||
<li><a href="https://www.hashicorp.com/products/consul/?utm_source=oss&utm_medium=header-nav&utm_campaign=consul">Enterprise</a></li>
|
||||
<li>
|
||||
<a href="/downloads.html">
|
||||
<%= inline_svg "download.svg" %> Download
|
||||
|
|
Loading…
Reference in New Issue