-
Notifications
You must be signed in to change notification settings - Fork 283
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
fixed broken link #514
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@origranot could you please review and merge this |
@barkhaaroraa Hey, |
There was a problem hiding this 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', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @barkhaaroraa,
editUrl is wrong, take a look at: https://docusaurus.io/docs/api/plugins/@docusaurus/plugin-content-docs
fixes #465 currently taking the user to the github repo to make changes