We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abe4c29 commit 8a4257eCopy full SHA for 8a4257e
1 file changed
src/navigation.ts
@@ -47,7 +47,7 @@ export const nav: Array<NavGroup> = [
47
{
48
title: 'API reference',
49
links: [
50
- { title: 'Contacts', href: '/contacts' },
+ { title: 'Contacts', href: '/v5/api/contacts' },
51
{ title: 'Conversations', href: '/conversations' },
52
{ title: 'Messages', href: '/messages' },
53
{ title: 'Groups', href: '/groups' },
0 commit comments