processing/p5.js-website

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

Open

#1,450 创建于 2026年6月17日

在 GitHub 查看
 (5 评论) (0 反应) (1 负责人)MDX (292 fork)auto 404
Good First Issue

仓库指标

Star
 (91 star)
PR 合并指标
 (PR 指标待抓取)

描述

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

贡献者指南