You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When users visit the URL https://p5js.org/contribute/access/ and click on the hyperlink that is labeled "2019 Contributors Conference", they are met with a 404 error page:
When users visit the URL https://p5js.org/contribute/access/ and click on the hyperlink that is labeled "p5.js Access Day 2022", they are met with a 404 error page:
Expected Behavior
We expect that when the users click the hyperlink labeled "2019 Contributors Conference", they are taken to a page with information regarding the 2019 Contributors Conference.
We expect that when the users click the hyperlink labeled "p5.js Access Day 2022", they are taken to a page with information regarding p5.js Access Day 2022.
Thanks @iamniky for reporting the bug. To share some context, the contribute pages on p5js.org website are built directly from p5.js library repo contributor_docs folder, using a script. So if we want to make changes, we will edit the docs in p5.js library repo contributor_docs folder.
The p5.js Access Day 2022 link is already fixed in this commit within p5.js library repo.
Hi @shourysingh07, if you are interested in working on this issue, please feel free to open a PR within p5.js library repo, and fix the 2019 Contributors Conference link to https://p5js.org/events/contributors-conference-2019. After it's fixed, I will run the script npm run build:contributor-docs to build the page based on the updated doc. Thank you!
Most appropriate sections of the p5.js website?
Home
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/access/ and click on the hyperlink that is labeled "2019 Contributors Conference", they are met with a 404 error page:
When users visit the URL https://p5js.org/contribute/access/ and click on the hyperlink that is labeled "p5.js Access Day 2022", they are met with a 404 error page:
Expected Behavior
We expect that when the users click the hyperlink labeled "2019 Contributors Conference", they are taken to a page with information regarding the 2019 Contributors Conference.
We expect that when the users click the hyperlink labeled "p5.js Access Day 2022", they are taken to a page with information regarding p5.js Access Day 2022.
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: