mirror of https://github.com/status-im/consul.git
update landing page links to learn to specific guides (#8214)
This commit is contained in:
parent
7a1284e11b
commit
b353b5f920
|
@ -196,7 +196,7 @@ export default function HomePage() {
|
|||
category: 'Step-by-Step Guides',
|
||||
time: '48 mins',
|
||||
link:
|
||||
'https://learn.hashicorp.com/consul?track=getting-started#getting-started',
|
||||
'https://learn.hashicorp.com/consul/getting-started/install',
|
||||
image: require('./img/learn/getting-started.svg?url'),
|
||||
},
|
||||
{
|
||||
|
@ -204,7 +204,7 @@ export default function HomePage() {
|
|||
category: 'Step-by-Step Guides',
|
||||
time: '142 mins',
|
||||
link:
|
||||
'https://learn.hashicorp.com/consul?track=kubernetes#kubernetes',
|
||||
'https://learn.hashicorp.com/consul/kubernetes/minikube',
|
||||
image: require('./img/learn/kubernetes.svg?url'),
|
||||
},
|
||||
]}
|
||||
|
|
Loading…
Reference in New Issue