Skip to content

Commit

Permalink
Update navigation.ts
Browse files Browse the repository at this point in the history
Changing URL for API in navigation
  • Loading branch information
brumoen authored Jan 4, 2025
1 parent abe4c29 commit 8a4257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/navigation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const nav: Array<NavGroup> = [
{
title: 'API reference',
links: [
{ title: 'Contacts', href: '/contacts' },
{ title: 'Contacts', href: '/v5/api/contacts' },
{ title: 'Conversations', href: '/conversations' },
{ title: 'Messages', href: '/messages' },
{ title: 'Groups', href: '/groups' },
Expand Down

0 comments on commit 8a4257e

Please sign in to comment.