processing/p5.js-website

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

Open

#1450 aperta il 17 giu 2026

Vedi su GitHub
 (5 commenti) (0 reazioni) (1 assegnatario)MDX (292 fork)auto 404
Good First Issue

Metriche repository

Star
 (91 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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

Guida contributor