processing / p5.js

p5.js is a client-side JS platform that empowers artists, designers, students, and anyone to learn to code and express themselves creatively on the web. It is based on the core principles of Processing. http://twitter.com/p5xjs —
http://p5js.org/
GNU Lesser General Public License v2.1
21.66k stars 3.32k forks source link

Fix broken link in contributor_docs/friendly_error_system.md #7221

Closed aleannab closed 2 months ago

aleannab commented 2 months ago

Most appropriate sub-area of p5.js?

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:

  1. Go to: https://github.com/processing/p5.js/blob/main/contributor_docs/friendly_error_system.md
  2. Click on respective link (listed in table below).
  3. Get a 404 error.

Solutions:

Replace listed broken link to the correct link. I did look through the p5.js-website repo, and couldn't find matching file paths.

Source link text: Current link: Suggested link:
Friendly Error performance test. https://github.com/processing/p5.js-website/tree/main/src/assets/learn/performance/code/friendly-error-system https://github.com/processing/p5.js-website/blob/main/src/content/contributor-docs/en/friendly_error_system.mdx

Let me know if the above works, and I'll submit a PR.

aleannab commented 2 months ago

I must have mixed up pages, because the page linked does not contain the source link text.