Skip to content

Commit

Permalink
change roadmap link
Browse files Browse the repository at this point in the history
  • Loading branch information
danilo-leal committed Oct 27, 2023
1 parent 90363f8 commit 2ad0947
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/AppFooter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export default function AppFooter(props: AppFooterProps) {
<Link href={ROUTES.store}>Store</Link>
<Link href={ROUTES.blog}>Blog</Link>
<Link href={ROUTES.showcase}>Showcase</Link>
<Link href={ROUTES.xRoadmap}>Roadmap</Link>
<Link href={ROUTES.coreRoadmap}>Roadmap</Link>
</Box>
<Box sx={{ display: 'flex', flexDirection: 'column' }}>
<Typography fontWeight="bold" variant="body2" sx={{ mb: 0.5 }}>
Expand Down
1 change: 1 addition & 0 deletions docs/src/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const ROUTES = {
communityHelp: '/material-ui/getting-started/support/#community-help-free',
blog: '/blog/',
showcase: '/material-ui/discover-more/showcase/',
coreRoadmap: '/material-ui/discover-more/roadmap/',
xRoadmap: 'https://github.com/mui/mui-x/projects/1',
vision: '/material-ui/discover-more/vision/',
support: '/material-ui/getting-started/support/#professional-support-premium',
Expand Down

0 comments on commit 2ad0947

Please sign in to comment.