diff --git a/src/marketing/app/_components/Footer.tsx b/src/marketing/app/_components/Footer.tsx index d2e637cc..699d1f5a 100644 --- a/src/marketing/app/_components/Footer.tsx +++ b/src/marketing/app/_components/Footer.tsx @@ -20,7 +20,7 @@ const footerLinkClassName = const CONTACT_URL = 'https://tempo.xyz/contact' const GITHUB_URL = 'https://github.com/tempoxyz' const X_URL = 'https://twitter.com/tempo' -const TEMPO_DOCS_URL = 'https://docs.tempo.xyz/docs' +const TEMPO_DOCS_URL = 'https://tempo.xyz/developers/docs/' function FooterLinkItem({ link }: { link: FooterLink }) { return link.href.startsWith('/') ? ( diff --git a/src/marketing/app/_components/Header.tsx b/src/marketing/app/_components/Header.tsx index 9464340c..57ece3a7 100644 --- a/src/marketing/app/_components/Header.tsx +++ b/src/marketing/app/_components/Header.tsx @@ -25,7 +25,7 @@ import { import SearchDialog from './SearchDialog' import TempoLogo from './TempoLogo' -const TEMPO_DOCS_URL = 'https://docs.tempo.xyz/docs' +const TEMPO_DOCS_URL = 'https://tempo.xyz/developers/docs/' const protocolMenu: MegaMenuData = { variant: 'vertical',