Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Fix 301 links (@alexfauquette) #42700

Merged
merged 1 commit into from
Jun 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-x-end-v6-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
- New UI for column management
- Pivoting for the [Premium](/x/react-data-grid/#premium-plan) version

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.
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.

Check warning on line 149 in docs/pages/blog/mui-x-end-v6-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/mui-x-end-v6-features.md", "range": {"start": {"line": 149, "column": 1}}}, "severity": "WARNING"}

Check warning on line 149 in docs/pages/blog/mui-x-end-v6-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/mui-x-end-v6-features.md", "range": {"start": {"line": 149, "column": 26}}}, "severity": "WARNING"}

We encourage you to upvote issues on GitHub to help us prioritize.
Your input directly influences our development schedule, so don't hesitate to let us know what matters most to you!
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/blog/mui-x-mid-v6-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@

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

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.
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.

Check warning on line 115 in docs/pages/blog/mui-x-mid-v6-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'We'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'We'.", "location": {"path": "docs/pages/blog/mui-x-mid-v6-features.md", "range": {"start": {"line": 115, "column": 1}}}, "severity": "WARNING"}

Check warning on line 115 in docs/pages/blog/mui-x-mid-v6-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.Will] Avoid using 'will'. Raw Output: {"message": "[Google.Will] Avoid using 'will'.", "location": {"path": "docs/pages/blog/mui-x-mid-v6-features.md", "range": {"start": {"line": 115, "column": 4}}}, "severity": "WARNING"}

Check warning on line 115 in docs/pages/blog/mui-x-mid-v6-features.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Google.We] Try to avoid using first-person plural like 'our'. Raw Output: {"message": "[Google.We] Try to avoid using first-person plural like 'our'.", "location": {"path": "docs/pages/blog/mui-x-mid-v6-features.md", "range": {"start": {"line": 115, "column": 30}}}, "severity": "WARNING"}
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).
Your input can directly influence our development schedule, so don't hesitate to let us know what matters most to you!

Expand Down
4 changes: 2 additions & 2 deletions docs/src/components/pricing/PricingTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -581,8 +581,8 @@ const rowHeaders: Record<string, React.ReactNode> = {
'charts/pie': <ColumnHead label="Pie chart" href="/x/react-charts/pie/" />,
'charts/sparkline': <ColumnHead label="Sparkline" href="/x/react-charts/sparkline/" />,
'charts/gauge': <ColumnHead label="Gauge" href="/x/react-charts/gauge/" />,
'charts/treemap': <ColumnHead label="Treemap" href="/x/react-charts/tree-map/" />,
'charts/heatmap': <ColumnHead label="Heatmap" href="/x/react-charts/heat-map/" />,
'charts/treemap': <ColumnHead label="Treemap" href="/x/react-charts/treemap/" />,
'charts/heatmap': <ColumnHead label="Heatmap" href="/x/react-charts/heatmap/" />,
'charts/radar': <ColumnHead label="Radar" href="/x/react-charts/radar/" />,
'charts/funnel': <ColumnHead label="Funnel" href="/x/react-charts/funnel/" />,
'charts/sankey': <ColumnHead label="Sankey" href="/x/react-charts/sankey/" />,
Expand Down
Loading