Skip to content

Commit 4fbbaf5

Browse files
authored
Merge pull request #7264 from shourysingh07/issue_512
Fixed the broken link on p5.js website page for "How to add Friendly Error Messages"
2 parents 25a0bff + 9747f5b commit 4fbbaf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contributor_docs/how-to-add-friendly-error-messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ The above parameter validation message will be shown in Korean if the browser is
282282

283283
Please consider adding unit tests for your new FE messages to detect bugs early and to ensure your code is delivering intended messages to our users. Also, unit tests are a good way to make sure other contributor’s new code does not accidentally break or interfere with the functionality of your code. Here are a few good guides on unit testing:
284284

285-
- [Unit Testing and Test Driven Development](https://docs.google.com/document/d/1iw60L1abRJZDn1zUViO9A0j6Fco4yFoQ9LXIlEEroN8/edit?usp=sharing) by Andy Timmons
285+
- [Unit Testing and Test Driven Development](https://archive.p5js.org/learn/tdd.html) by Andy Timmons
286286
- [Contributors Doc: Unit Testing](./unit_testing.md)
287287

288288

0 commit comments

Comments
 (0)