Fix broken links in contributor_docs/documentation_style_guide.md
Open
@iamnikhilranjan is already working on this.
Since Nov 4, 2024.
Bug
- Dominant language
- JavaScript
- Stars
- 24k
- Forks
- 3.8k
- Avg merge
- 3d 16h
- Merged PRs (30d)
- 25
Description
Most appropriate sub-area of p5.js?
- Accessibility
- Color
- Core/Environment/Rendering
- Data
- DOM
- Events
- Image
- IO
- Math
- Typography
- Utilities
- WebGL
- Build process
- Unit testing
- Internationalization
- Friendly errors
- Other (specify if possible)
p5.js version
v1.10.0 (latest)
Web browser and version
Firefox v130.0, though would affect all.
Operating system
Windows, though would affect all.
Steps to reproduce this
Steps:
- Go to: https://github.com/processing/p5.js/blob/main/contributor_docs/documentation_style_guide.md
- Click on respective links (listed in table below).
- Get a 404 error.
Solutions:
Replace listed broken links to the correct links. I did look through the p5.js-website repo, and couldn't find matching file paths.
| Source link text: | Current link: | Suggested link: |
|---|---|---|
| src/data/examples/assets | https://github.com/processing/p5.js-website/tree/main/src/data/examples | ??? |
| src/templates/pages/reference/assets | https://github.com/processing/p5.js-website/tree/main/src/templates/pages/reference/assets | ??? |
| src/assets/learn | https://github.com/processing/p5.js-website/tree/main/src/assets/learn | ??? |
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.