[gatsby-plugin-mdx] Broken link on readme
See original GitHub issueDescription
The Why MDX?
link on https://www.gatsbyjs.org/packages/gatsby-mdx/#read-more-about-mdx is returning a 404. The linked page is https://www.gatsbyjs.org/docs/mdx/why/
Steps to reproduce
- Go to https://www.gatsbyjs.org/packages/gatsby-mdx/#read-more-about-mdx
- Click on the first bullet point (
Why MDX?
) - View
Page not found
Expected result
Clicking the link shows me a wonderful explanation of why MDX is awesome.
Actual result
Clicking on the link makes me sad because I wanted to learn more about how great MDX is but can’t find the page.
Environment
N/A
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
[gatsby-plugin-mdx] ALL root-relative markdown links ... - GitHub
I fixed this issue temporarily. First, add MDX components to handle custom anchor. ... Second, replace the broken link in Anchor component. import ......
Read more >MDX 2 Breaking changes and gatsby-plugin-mdx v4 (Content)
Both MDX 2 and v4 of the plugin are major releases and inline with semantic versioning guidelines, breaking changes are to be expected....
Read more >Upgrading my Gatsby themes to Gatsby v3 - Thilo Maier
In this post I describe my experience upgrading my Gatsby themes from Gatsby v2 to v3. I go over the errors I encountered...
Read more >v3.12 Release Notes - Gatsby
Welcome to gatsby@3.12.0 release (August 2021 #2) Key highlights of this ... Fixed broken link “Using MDX Plugins” PR #32726; Removed another broken...
Read more >@nickymeuleman/gatsby-theme-blog - npm
This theme uses gatsby-plugin-mdx and allows you to customize some configuration that it uses via the gatsbyRemarkPlugins , remarkPlugins ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I’ll go submit a PR to fix this
I think we can probably remove that link altogether and add a short sentence about the “why” in the preceding paragraph since the next link goes straight to the official docs on .org