Fix broken URL for aws roadmap

pull/5178/head
Kamran Ahmed 8 months ago
parent 28a0fca90d
commit 51dd58f7ed
  1. 2
      src/pages/get-started.astro

@ -260,7 +260,7 @@ import { TipItem } from '../components/GetStarted/TipItem';
<RoadmapCard <RoadmapCard
icon={Cloud} icon={Cloud}
title='AWS' title='AWS'
link='/AWS' link='/aws'
description='Learn all you need to know to become an AWS Engineer.' description='Learn all you need to know to become an AWS Engineer.'
/> />

Loading…
Cancel
Save