1
0
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:
Kamran Ahmed
2024-05-17 17:36:31 +01:00
parent 5e50ffbc30
commit e7a17cf74f
88 changed files with 3 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ const groups: GroupType[] = [
},
{
title: 'API Design',
link: '/api',
link: '/api-design',
type: 'role',
otherGroups: ['Web Development'],
},

View File

@@ -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>