mirror of https://github.com/status-im/consul.git
Plugs in proper links for NIA page
This commit is contained in:
parent
2f4f93a383
commit
d39830a667
|
@ -37,8 +37,7 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
text: 'Learn More',
|
text: 'Learn More',
|
||||||
url:
|
url: '/docs/nia',
|
||||||
'/docs/nia',
|
|
||||||
type: 'outbound',
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -77,7 +76,7 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
text: 'Read More',
|
text: 'Read More',
|
||||||
url: '/docs/nia-integrations',
|
url: '/docs/integrate/nia-integration',
|
||||||
type: 'inbound',
|
type: 'inbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -118,7 +117,7 @@ export default function NetworkInfrastructureAutomationPage() {
|
||||||
{
|
{
|
||||||
text: 'Learn More',
|
text: 'Learn More',
|
||||||
url:
|
url:
|
||||||
'/docs/nia',
|
'https://learn.hashicorp.com/tutorials/consul/recovery-outage?in=consul/datacenter-operations',
|
||||||
type: 'outbound',
|
type: 'outbound',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue