diff --git a/docs/mint.json b/docs/mint.json index 7534ce8..83ec087 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -19,7 +19,7 @@ } ], "topbarCtaButton": { - "name": "Dashboard", + "name": "Github", "url": "https://dashboard.mintlify.com" }, "tabs": [ diff --git a/website/next.config.js b/website/next.config.js index e79e1fb..78928b9 100644 --- a/website/next.config.js +++ b/website/next.config.js @@ -4,7 +4,7 @@ const nextConfig = { redirects: async () => [ { source: '/:p*', - destination: 'https://opensdks.mintlify.app/:p*', + destination: 'https://docs.opensdks.org/:p*', permanent: false, }, ],