Jang Junseok
Jang Junseok
Hi @davepagurek, I'd like to work on fixing the broken links on the [friendly_error_system](https://p5js.org/contribute/friendly_error_system) page. as @ff6347 mentioned, these reference-style links are still broken: _friendlyFileLoadError() → [https://p5js.org/contribute/friendly_error_system/fes_contribution_guide.md#_friendlyerror](https://p5js.org/contribute/friendly_error_system/fes_contribution_guide.md#_friendlyerror) _validateParameters() → [https://p5js.org/contribute/friendly_error_system/fes_contribution_guide.md#_validateparameters](https://p5js.org/contribute/friendly_error_system/fes_contribution_guide.md#_validateparameters)...
Also, I noticed a typo in the same [friendly_error_system](https://p5js.org/contribute/friendly_error_system) page. https://github.com/processing/p5.js/blob/f20262d18cf914b72899f1b1a64cdce1233da11b/contributor_docs/friendly_error_system.md?plain=1#L140 — the reference link `_fesErrorMonitor()` currently points to `_fesErrorMontitor`. That looks like it just needs a simple typo fix,...