Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/marketing/app/_components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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('/') ? (
Expand Down
2 changes: 1 addition & 1 deletion src/marketing/app/_components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
Loading