mdx-js / mdx

Markdown for the component era
https://mdxjs.com
MIT License
17.77k stars 1.14k forks source link

Broken link in Get-started page of docs #2366

Closed Shwetzksk closed 1 year ago

Shwetzksk commented 1 year ago

Initial checklist

Affected packages and versions

Effecting the docs

Link to runnable example

No response

Steps to reproduce

  1. Visit this page: https://mdxjs.com/docs/getting-started/

  2. Scroll to bottom

    image

  3. The highlighted in red is leading to 404 page where as marked in green is working correctly.

Expected behavior

Red marked "Using Mdx" is expected to navigate user to "https://mdxjs.com/docs/using-mdx/"


image

Actual behavior

Clicking on red marked "Using Mdx" is leading to link "https://mdxjs.com/docs/getting-started/using-mdx/"

image

Runtime

No response

Package manager

No response

OS

No response

Build and bundle tools

No response

Shwetzksk commented 1 year ago

It seems like this issue is fixed in the code but hasn't been deployed on the prod.

ChristianMurphy commented 1 year ago

Duplicate of #2365