diff --git a/examples/with-xata/pages/api/write-links-to-xata.ts b/examples/with-xata/pages/api/write-links-to-xata.ts index fee10352da3ae..a0b94d2667cbf 100644 --- a/examples/with-xata/pages/api/write-links-to-xata.ts +++ b/examples/with-xata/pages/api/write-links-to-xata.ts @@ -5,7 +5,7 @@ const LINKS = [ { description: 'Everything you need to know about Xata APIs and tools.', title: 'Xata Docs', - url: 'https://docs.xata.io', + url: 'https://xata.io/docs', }, { description: 'In case you need to check some Next.js specifics.',