From b7f8c7c66761688670910eea61b59a8e0f620d73 Mon Sep 17 00:00:00 2001 From: Derek <256792747+decofe@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:27:38 +0000 Subject: [PATCH] Use canonical developers docs URL --- src/marketing/app/_components/Footer.tsx | 2 +- src/marketing/app/_components/Header.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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',