From 32be031873fd9f1ec2c020bd83f34f144e5b8efa Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Wed, 11 Dec 2024 17:48:00 +0530 Subject: [PATCH] [docs] Update deployed example URL (#4531) --- docs/src/modules/components/Examples/core-examples.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/modules/components/Examples/core-examples.ts b/docs/src/modules/components/Examples/core-examples.ts index 78502a3e47b..54667731313 100644 --- a/docs/src/modules/components/Examples/core-examples.ts +++ b/docs/src/modules/components/Examples/core-examples.ts @@ -98,7 +98,7 @@ export default function examples() { description: 'This example shows you how to get started building a dashboard with Toolpad Core, Next.js app router, Auth.js and Material UI components in a customized theme', src: '/static/toolpad/docs/core/functional-dashboard.png', - href: 'https://mui-toolpad-docs.netlify.app/toolpad/core/templates/nextjs-dashboard', + href: 'https://mui.com/toolpad/core/templates/nextjs-dashboard', srcDark: '/static/toolpad/docs/core/functional-dashboard-dark.png', source: 'https://github.com/mui/toolpad/tree/master/examples/core/auth-nextjs-themed', featured: true,