diff --git a/src/layouts/AppFooter.tsx b/src/layouts/AppFooter.tsx index 2285602d5f..8f3c48d94d 100644 --- a/src/layouts/AppFooter.tsx +++ b/src/layouts/AppFooter.tsx @@ -61,12 +61,12 @@ export function AppFooter() { key: 'Privacy', }, { - href: 'https://docs.aave.com/hub/', + href: 'https://aave.com/docs', label: <Trans>Docs</Trans>, key: 'Docs', }, { - href: 'https://docs.aave.com/faq/', + href: 'https://aave.com/faq', label: <Trans>FAQS</Trans>, key: 'FAQS', }, diff --git a/src/ui-config/menu-items/index.tsx b/src/ui-config/menu-items/index.tsx index fc446eeb4c..519d2b0170 100644 --- a/src/ui-config/menu-items/index.tsx +++ b/src/ui-config/menu-items/index.tsx @@ -61,12 +61,12 @@ interface MoreMenuItem extends Navigation { const moreMenuItems: MoreMenuItem[] = [ { - link: 'https://docs.aave.com/faq/', + link: 'https://aave.com/faq', title: t`FAQ`, icon: <QuestionMarkCircleIcon />, }, { - link: 'https://docs.aave.com/portal/', + link: 'https://aave.com/docs', title: t`Developers`, icon: <BookOpenIcon />, },