-
-
Notifications
You must be signed in to change notification settings - Fork 176
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
🐛 Bug: Mis-linked page (Again) #1038
Comments
Thanks @IyaadDev for reporting the issue |
@IyaadDev Hey, Could you skim over the docs pages and also check if this is broken somewhere else too, to avoid redundant similar issues and possibly fix this everywhere? |
Can I work On resolving this issue |
This is also happening on https://json-schema.org/overview/use-cases |
Yep, will be posting links affected with this tomorrow |
Several pages have this faulty code snippet, |
The component here is used into layout so if there's problem on one page it will be problem in other corresponding pages as well. |
@DhairyaMajmudar I can do this can you assign this to me? |
I'll be submitting a pr soon with a fix for affected pages |
I have cleared the bug. Can i send a pr? |
Sure, @Yashwanth1906 |
I need a small help. Im struck with this error when I'm trying to commit to my forked repo. git commit -m "link-redirect-fix" Presence of the "packageManager" field indicates that the project is meant to be used with Corepack, a tool included by default with all official Node.js distributions starting from 16.9 and 14.19. can u pls help me with this? Sry Im completely new to open source. |
@Yashwanth1906 i also faced this while i was setting up the repo . you can solve it by enabling corepack .Try "enable corepack " then see the version of the yarn if it is showing 4.4.0 than you are good to go and if you still see the yarn version 1.22.22 you should first uninstall yarn then try it again |
@arpitkuriyal Thank you so much for helping me out. |
Waiting for the feedback! |
@DhairyaMajmudar I have created a new pull request making all the changes you specified |
Waiting for you feedback! |
Thanks! but you ne need to again fork the repo and create a new pull request to do the suggested changes you can commit the change in the same branch using git commands : ) |
@DhairyaMajmudar Ok sure |
@DhairyaMajmudar I have sent a pr. Waiting for your feedback! |
@Yashwanth1906 could you link the pr here pls? |
Describe the bug
This line of code
is faulty, every page with this code which has a "Contribute to this on GitHub" redirects to https://github.com/json-schema-org/website/blob/main/pages/{url}/_index.md , which is a 404.
Steps To Reproduce
Example:
Expected Behavior
A 200 response on the editable source code page.
Screenshots
No response
Device Information [optional]
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
No
The text was updated successfully, but these errors were encountered: