Fix use-cases
(cherry picked from commit ac49040b9caa843fa78ef494baac3c6a08b15d45)
This commit is contained in:
parent
0aaca7d969
commit
56016495ee
|
@ -18,8 +18,8 @@ export default function AutomatedServiceNetworkingWithConsulPage() {
|
|||
{
|
||||
text: 'Read More',
|
||||
url:
|
||||
'/guides/integrations/consul-integration#automatic-clustering-with-consul',
|
||||
type: 'inbound'
|
||||
'https://learn.hashicorp.com/nomad/operating-nomad/clustering#use-consul-to-automatically-cluster-nodes',
|
||||
type: 'outbound'
|
||||
}
|
||||
]
|
||||
}}
|
||||
|
@ -40,7 +40,7 @@ export default function AutomatedServiceNetworkingWithConsulPage() {
|
|||
{
|
||||
text: 'Read More',
|
||||
url:
|
||||
'/guides/integrations/consul-integration#service-discovery',
|
||||
'/docs/integrations/consul-integration#service-discovery',
|
||||
type: 'inbound'
|
||||
}
|
||||
]
|
||||
|
@ -61,7 +61,7 @@ export default function AutomatedServiceNetworkingWithConsulPage() {
|
|||
links: [
|
||||
{
|
||||
text: 'Learn More',
|
||||
url: '/guides/integrations/consul-connect',
|
||||
url: '/docs/integrations/consul-connect',
|
||||
type: 'inbound'
|
||||
}
|
||||
]
|
||||
|
|
|
@ -51,8 +51,8 @@ export default function NonContainerizedApplicationOrchestrationPage() {
|
|||
links: [
|
||||
{
|
||||
text: 'Read more',
|
||||
url: '/guides/operating-a-job/update-strategies',
|
||||
type: 'inbound'
|
||||
url: 'https://learn.hashicorp.com/nomad/update-strategies',
|
||||
type: 'outbound'
|
||||
}
|
||||
]
|
||||
}}
|
||||
|
|
|
@ -18,8 +18,8 @@ export default function SimpleContainerOrchestrationPage() {
|
|||
links: [
|
||||
{
|
||||
text: 'Read More',
|
||||
url: '/guides/operating-a-job',
|
||||
type: 'inbound'
|
||||
url: 'https://learn.hashicorp.com/nomad?track=managing-jobs#managing-jobs',
|
||||
type: 'outbound'
|
||||
}
|
||||
]
|
||||
}}
|
||||
|
@ -91,8 +91,8 @@ SERVICE_NAME: Nomad
|
|||
links: [
|
||||
{
|
||||
text: 'Read more',
|
||||
url: '/guides/operations/federation',
|
||||
type: 'inbound'
|
||||
url: 'https://learn.hashicorp.com/nomad/operating-nomad/federation',
|
||||
type: 'outbound'
|
||||
}
|
||||
]
|
||||
}}
|
||||
|
@ -126,8 +126,8 @@ SERVICE_NAME: Nomad
|
|||
links: [
|
||||
{
|
||||
text: 'Read more',
|
||||
url: '/guides/operating-a-job/update-strategies',
|
||||
type: 'inbound'
|
||||
url: 'https://learn.hashicorp.com/nomad/update-strategies',
|
||||
type: 'outbound'
|
||||
}
|
||||
]
|
||||
}}
|
||||
|
|
Loading…
Reference in New Issue