processing/p5.js-website

Link to the example YAML file in `docs/contributing_libraries.md` is 404

Open

#1.450 geöffnet am 17. Juni 2026

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (1 zugewiesene Person)MDX (292 Forks)auto 404
Good First Issue

Repository-Metriken

Stars
 (91 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Current:

<a href="src/content/libraries/en/p5.warp.yaml">copying an existing library</a>

This resolves relative to the current document and points to:

https://github.com/processing/p5.js-website/blob/main/docs/src/content/libraries/en/p5.warp.yaml

which does not exist, causing a 404 error.

It should be:

<a href="/src/content/libraries/en/p5.warp.yaml">copying an existing library</a>

which correctly resolves to:

https://github.com/processing/p5.js-website/blob/main/src/content/libraries/en/p5.warp.yaml

Contributor Guide