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

Links to docs pages inside docs pages fail to resolve #2365

Closed
4 tasks done
victor23k opened this issue Oct 9, 2023 · 2 comments
Closed
4 tasks done

Links to docs pages inside docs pages fail to resolve #2365

victor23k opened this issue Oct 9, 2023 · 2 comments
Labels
📚 area/docs This affects documentation good first issue 👋 This may be a great place to get started! 💪 phase/solved Post is done

Comments

@victor23k
Copy link
Contributor

victor23k commented Oct 9, 2023

Initial checklist

Affected packages and versions

latest

Link to runnable example

No response

Steps to reproduce

  1. Go to a doc page such as What is MDX?.
  2. Use a link in the page to other page in the docs section such as the § Getting started link in the introduction to the page.

Expected behavior

Be redirected to https://mdxjs.com/docs/getting-started/ in the example showed above.

Actual behavior

The redirections gets you to https://mdxjs.com/docs/what-is-mdx/getting-started/ in the example showed above, which gives a 404: Not found.

Runtime

Node v19

Package manager

npm v9

OS

macOS

Build and bundle tools

No response

@victor23k
Copy link
Contributor Author

I have tried adding redirections in docs/_config.js and also modifying the links in the mdx pages for the docs, but nothing that I tried works. I don't have a full grasp on how the website is built so I would need some direction in order to fix this, but I would like to do it.

@ChristianMurphy ChristianMurphy added the 📚 area/docs This affects documentation label Oct 10, 2023
@ChristianMurphy ChristianMurphy added the good first issue 👋 This may be a great place to get started! label Oct 10, 2023
@wooorm wooorm closed this as completed in d92128b Oct 10, 2023
@wooorm
Copy link
Member

wooorm commented Oct 10, 2023

Thanks!

@wooorm wooorm added the 💪 phase/solved Post is done label Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📚 area/docs This affects documentation good first issue 👋 This may be a great place to get started! 💪 phase/solved Post is done
Development

No branches or pull requests

3 participants