Skip to content

Conversation

@Linqi1234
Copy link

Summary

Fixed the "edit source" links on p5.sound reference pages (beta.p5js.org) to point to the correct repository.

Problem

The source links on p5.sound reference pages were pointing to processing/p5.js, which resulted in 404 errors. For example:

  • https://github.com/processing/p5.js/blob/v2.1.2/src/sources/AudioIn.js (404)

Solution

Added a conditional check: when entry.data.module === 'p5.sound', the link now points to processing/p5.sound.js repository with the main branch:

  • https://github.com/processing/p5.sound.js/blob/main/src/sources/AudioIn.js

@Linqi1234 Linqi1234 changed the title 2.0 Fixed the "edit source" links on p5.sound reference pages (beta.p5js.org) to point to the correct repository. Jan 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant