p5.js-website
p5.js-website copied to clipboard
Fix: remove trailing slashes from broken Wikipedia links
Description: This PR fixes issue #878 by removing unnecessary trailing slashes from Wikipedia links across the p5.js website and documentation. Trailing slashes on some Wikipedia URLs were causing 404 errors.
Issue: Fixes #878
Changes:
Removed trailing slashes from all wikipedia.org/wiki/ links found using a site-wide search.
Example Fixed Link: Before: https://en.wikipedia.org/wiki/Screen_reader/ (404) After: https://en.wikipedia.org/wiki/Screen_reader (Works (HTTP 200))
Verification:
- Verified changes on local server:
http://localhost:4321 - Checked affected pages in both reference, contributor sections and other pages.
- Confirmed fixes across all five supported languages