Skip to content

Commit 9747f5b

Browse files
committed
(fix): fix broken link on How to add Friendly Error Messages page
1 parent 12e6276 commit 9747f5b

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)