Skip to content

Commit c4de9a2

Browse files
alexfauquetteweb-flow
authored andcommitted
[docs] Fix 301 links (#42697)
1 parent 8f2219a commit c4de9a2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/pages/blog/mui-x-end-v6-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Most notably:
146146
- New UI for column management
147147
- Pivoting for the [Premium](/x/react-data-grid/#premium-plan) version
148148

149-
We'll continue to expand our portfolio of Charts, including [Heatmap](/x/react-charts/heat-map/), [Funnel](/x/react-charts/funnel/), and [Gantt](/x/react-charts/gantt/); and explore virtualization and other advanced use cases for the Tree View component.
149+
We'll continue to expand our portfolio of Charts, including [Heatmap](/x/react-charts/heatmap/), [Funnel](/x/react-charts/funnel/), and [Gantt](/x/react-charts/gantt/); and explore virtualization and other advanced use cases for the Tree View component.
150150

151151
We encourage you to upvote issues on GitHub to help us prioritize.
152152
Your input directly influences our development schedule, so don't hesitate to let us know what matters most to you!

docs/pages/blog/mui-x-mid-v6-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Check out the video below, highlighting some of our Charts:
112112

113113
As we progress toward the stable version, we're committed to enhancing the overall experience for developers and users, so your feedback is fundamental!
114114

115-
We will also steadily expand our portfolio with new chart types such as [Heatmap](https://mui.com/x/react-charts/heat-map/), [Funnel](https://mui.com/x/react-charts/funnel/), [Gantt](https://mui.com/x/react-charts/gantt/), and more.
115+
We will also steadily expand our portfolio with new chart types such as [Heatmap](https://mui.com/x/react-charts/heatmap/), [Funnel](https://mui.com/x/react-charts/funnel/), [Gantt](https://mui.com/x/react-charts/gantt/), and more.
116116
If there's a specific chart visualization you'd like us to prioritize, we encourage you to upvote the respective [issue on GitHub](https://github.com/mui/mui-x/issues?q=is%3Aissue+is%3Aopen+label%3A%22component%3A+charts%22+label%3A%22waiting+for+%F0%9F%91%8D%22).
117117
Your input can directly influence our development schedule, so don't hesitate to let us know what matters most to you!
118118

docs/src/components/pricing/PricingTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -581,8 +581,8 @@ const rowHeaders: Record<string, React.ReactNode> = {
581581
'charts/pie': <ColumnHead label="Pie chart" href="/x/react-charts/pie/" />,
582582
'charts/sparkline': <ColumnHead label="Sparkline" href="/x/react-charts/sparkline/" />,
583583
'charts/gauge': <ColumnHead label="Gauge" href="/x/react-charts/gauge/" />,
584-
'charts/treemap': <ColumnHead label="Treemap" href="/x/react-charts/tree-map/" />,
585-
'charts/heatmap': <ColumnHead label="Heatmap" href="/x/react-charts/heat-map/" />,
584+
'charts/treemap': <ColumnHead label="Treemap" href="/x/react-charts/treemap/" />,
585+
'charts/heatmap': <ColumnHead label="Heatmap" href="/x/react-charts/heatmap/" />,
586586
'charts/radar': <ColumnHead label="Radar" href="/x/react-charts/radar/" />,
587587
'charts/funnel': <ColumnHead label="Funnel" href="/x/react-charts/funnel/" />,
588588
'charts/sankey': <ColumnHead label="Sankey" href="/x/react-charts/sankey/" />,

0 commit comments

Comments
 (0)