diff --git a/src/navigation.ts b/src/navigation.ts index 8310ae7..d0d63a1 100644 --- a/src/navigation.ts +++ b/src/navigation.ts @@ -82,9 +82,9 @@ export const footerData = { { title: 'Support', links: [ - { text: 'Documentation', href: '#' }, - { text: 'Code of conduct', href: 'code-of-conduct' }, - { text: 'Privacy policy', href: 'privacy' }, + { text: 'Documentation', href: '/docs' }, + { text: 'Code of conduct', href: '/code-of-conduct' }, + { text: 'Privacy policy', href: '/privacy' }, ], }, ],