From ed61ef2023087b2d79476342b003bb77afcd9c30 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Sat, 25 Feb 2023 13:27:16 +0100 Subject: [PATCH] [docs] Fix @mui/styles example links --- docs/data/styles/advanced/advanced.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data/styles/advanced/advanced.md b/docs/data/styles/advanced/advanced.md index 83838322ed1545..f2df0ff3c03a89 100644 --- a/docs/data/styles/advanced/advanced.md +++ b/docs/data/styles/advanced/advanced.md @@ -400,15 +400,15 @@ Refer to the plugin's page for setup and usage instructions. -Refer to [this example Gatsby project](https://github.com/mui/material-ui/tree/master/examples/material-gatsby) for an up-to-date usage example. +Refer to [this example Gatsby project](https://github.com/mui/material-ui/tree/dc60f3d53cac73cc4556bae97b28578d29b0e00e/examples/gatsby) for an usage example. ### Next.js -You need to have a custom `pages/_document.js`, then copy [this logic](https://github.com/mui/material-ui/blob/814fb60bbd8e500517b2307b6a297a638838ca89/examples/material-next/pages/_document.js#L52-L59) to inject the server-side rendered styles into the `` element. +You need to have a custom `pages/_document.js`, then copy [this logic](https://github.com/mui/material-ui/blob/814fb60bbd8e500517b2307b6a297a638838ca89/examples/nextjs/pages/_document.js#L52-L59) to inject the server-side rendered styles into the `` element. -Refer to [this example project](https://github.com/mui/material-ui/tree/master/examples/material-next) for an up-to-date usage example. +Refer to [this example project](https://github.com/mui/material-ui/blob/814fb60bbd8e500517b2307b6a297a638838ca89/examples/nextjs) for an up-to-date usage example. ## Class names