From 8a4257ec5c7833c8165bb4e84f01a4cf0d15fd4e Mon Sep 17 00:00:00 2001 From: Perry Date: Sat, 4 Jan 2025 12:33:36 +0100 Subject: [PATCH] Update navigation.ts Changing URL for API in navigation --- src/navigation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/navigation.ts b/src/navigation.ts index 3dafecd..0909c21 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -47,7 +47,7 @@ export const nav: Array = [ { 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' },