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

fixed broken link #514

Closed
wants to merge 8 commits into from
Closed

Conversation

barkhaaroraa
Copy link
Contributor

@barkhaaroraa barkhaaroraa commented Oct 14, 2023

fixes #465 currently taking the user to the github repo to make changes

@vercel
Copy link

vercel bot commented Oct 14, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
reduced-to ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 19, 2023 5:03am

@barkhaaroraa
Copy link
Contributor Author

@origranot could you please review and merge this

@origranot
Copy link
Owner

origranot commented Oct 15, 2023

@barkhaaroraa Hey,
I think it should redirect to the specific .MD file inside the docs app.
Take a look at: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs

Copy link
Owner

@origranot origranot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@barkhaaroraa
It looks like the editUrl is wrong, please test it locally before opening a PR.

@@ -24,7 +24,7 @@ const config = {
docs: {
sidebarPath: require.resolve('./sidebars.js'),
routeBasePath: '/',
editUrl: '/',
editUrl: 'https://github.com/origranot/reduced.to',
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG]: link not working
2 participants