processing / p5.js-website-legacy

Archived p5.js website 2015-2024
http://archive.p5js.org
MIT License
240 stars 484 forks source link

Missing link from "How to label your p5.js" links in some pages. #1479

Closed shibomb closed 8 months ago

shibomb commented 9 months ago

Most appropriate sections of the p5.js website?

Reference

What is your operating system?

None

Web browser and version

No response

Actual Behavior

There are "How to label your p5.js code" links on some of the pages. When I click on them I get a "404 Not found" error.

Expected Behavior

I think it should link to "Writing accessible canvas descriptions". https://p5js.org/learn/accessible-labels.html

Steps to reproduce

  1. open page https://p5js.org/reference/#/p5/describe https://p5js.org/reference/#/p5/describeElement https://p5js.org/reference/#/p5/textOutput or https://p5js.org/reference/#/p5/gridOutput

  2. click the link click "How to label your p5.js code" link.

Would you like to work on the issue?

I can fix it

Sujal267 commented 9 months ago

can I work on this issue?

shibomb commented 9 months ago

Hi @Sujal267 Thanks for reply. I've already submitted a pull request https://github.com/processing/p5.js-website/pull/1480 . Can you take a look at it? Thanks!