-
Notifications
You must be signed in to change notification settings - Fork 95
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
Fix broken links on p5.js website page for "WebGL Contribution Guide" #510
Comments
Incorrect URL above under "Steps:" It should be Steps:
|
I'd like to work on the issue. |
Thanks @iamniky for catching the bug and @shourysingh07 for your interest in working on this. The first link is already fixed in this commit. The second link 'We organize open issues in a GitHub Project' should go to this link: https://github.com/orgs/processing/projects/20. If you are interested in working on this issue, please edit this line in the p5.js repo contributor_docs/webgl_contribution_guide.md file. Thanks! |
Thank you @Qianqianye ! I've opened a pull request within the p5.js library repo. Here is the PR Link. |
Closing this issue since it's resolved in PR #7263 |
Most appropriate sections of the p5.js website?
Contribute
What is your operating system?
Windows
Web browser and version
Firefox v130.0, though would affect all.
Actual Behavior
When users visit the URL https://p5js.org/contribute/webgl_contribution_guide/ and click on the hyperlink that is labeled "contributor guidelines", they are met with a 404 error page:
When users visit the URL https://p5js.org/contribute/webgl_contribution_guide/ and click on the hyperlink that is labeled "in a GitHub Project", they are met with a 404 error page:
Expected Behavior
We expect that when the users click the hyperlink labeled "contributor guidelines", they are taken to a page with information regarding contributor guidelines.
We expect that when the users click the hyperlink labeled "in a GitHub Project", they are taken to a page with information regarding a GitHub Project.
Steps to reproduce
Steps:
Solution:
Replace listed broken links to the correct links.
Would you like to work on the issue?
Yes, I'd like to work on the issue.
The text was updated successfully, but these errors were encountered: