mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
Rename API roadmap to API Design roadmap
This commit is contained in:
@@ -79,7 +79,7 @@ const groups: GroupType[] = [
|
||||
},
|
||||
{
|
||||
title: 'API Design',
|
||||
link: '/api',
|
||||
link: '/api-design',
|
||||
type: 'role',
|
||||
otherGroups: ['Web Development'],
|
||||
},
|
||||
|
@@ -224,8 +224,8 @@ import { TipItem } from '../components/GetStarted/TipItem';
|
||||
|
||||
<RoadmapCard
|
||||
icon={Braces}
|
||||
title='APIs'
|
||||
link='/api'
|
||||
title='API Design'
|
||||
link='/api-design'
|
||||
description='Learn all you need to know to design robust APIs.'
|
||||
/>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user