Skip to content

Commit

Permalink
update landing page links to learn to specific guides (#8214)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitlincart authored Jul 1, 2020
1 parent 7a1284e commit b353b5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/pages/home/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,15 +196,15 @@ 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'),
},
{
title: 'Run Consul on Kubernetes',
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'),
},
]}
Expand Down

0 comments on commit b353b5f

Please sign in to comment.