mirror of https://github.com/status-im/consul.git
Update peerings docs links (#14040)
This commit is contained in:
parent
9caf430e8e
commit
b955490852
|
@ -212,12 +212,12 @@ as |sort filters items|}}
|
||||||
<BlockSlot @name="actions">
|
<BlockSlot @name="actions">
|
||||||
<li class="docs-link">
|
<li class="docs-link">
|
||||||
{{!-- what's the docs for peering?--}}
|
{{!-- what's the docs for peering?--}}
|
||||||
<a href="https://www.consul.io/docs/agent/kv" rel="noopener noreferrer" target="_blank">
|
<a href="{{env 'CONSUL_DOCS_URL'}}/connect/cluster-peering" rel="noopener noreferrer" target="_blank">
|
||||||
Documentation on Peers
|
Documentation on Peers
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li class="learn-link">
|
<li class="learn-link">
|
||||||
<a href="https://learn.hashicorp.com/consul/getting-started/kv" rel="noopener noreferrer" target="_blank">
|
<a href="{{env "CONSUL_DOCS_URL"}}/connect/cluster-peering/create-manage-peering" rel="noopener noreferrer" target="_blank">
|
||||||
Take the tutorial
|
Take the tutorial
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue