Skip to content

Commit 4574075

Browse files
authored
Fix broken links in the intro page (#16)
1 parent 6e89942 commit 4574075

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: docs/intro.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const HighlightedWorkshops = () => (
1010
<section className="row list">
1111
<article className="col col--6 margin-bottom--lg">
1212
<a className="card padding--lg cardContainer"
13-
href="/docs/getting-started/getting-started-with-k8s-on-aks">
13+
href="./getting-started/getting-started-with-k8s-on-aks">
1414
<h2 className="text--truncate cardTitle" title="Getting Started on AKS">
1515
Getting Started on AKS
1616
</h2>
@@ -20,7 +20,7 @@ export const HighlightedWorkshops = () => (
2020
</article>
2121
<article className="col col--6 margin-bottom--lg">
2222
<a className="card padding--lg cardContainer"
23-
href="/docs/getting-started/getting-started-with-aks-automatic">
23+
href="./getting-started/aks-automatic">
2424
<h2 className="text--truncate cardTitle">
2525
Getting Started with AKS Automatic
2626
</h2>
@@ -30,7 +30,7 @@ export const HighlightedWorkshops = () => (
3030
</article>
3131
<article className="col col--6 margin-bottom--lg">
3232
<a className="card padding--lg cardContainer"
33-
href="/docs/networking/istio-lab">
33+
href="./networking/istio-lab">
3434
<h2 className="text--truncate cardTitle">
3535
Istio Service Mesh
3636
</h2>

0 commit comments

Comments
 (0)