Skip to content

Commit 8a4257e

Browse files
authored
Update navigation.ts
Changing URL for API in navigation
1 parent abe4c29 commit 8a4257e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/navigation.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ export const nav: Array<NavGroup> = [
4747
{
4848
title: 'API reference',
4949
links: [
50-
{ title: 'Contacts', href: '/contacts' },
50+
{ title: 'Contacts', href: '/v5/api/contacts' },
5151
{ title: 'Conversations', href: '/conversations' },
5252
{ title: 'Messages', href: '/messages' },
5353
{ title: 'Groups', href: '/groups' },

0 commit comments

Comments
 (0)