From 4a00e3cf71d4550a7523fdc9a8162a647605e0f0 Mon Sep 17 00:00:00 2001 From: Antoinette Bumatay-Chan Date: Thu, 5 Sep 2024 15:25:19 -0700 Subject: [PATCH 1/2] Fix broken link in contributor_docs/contributing_to_the_p5js_reference.md --- contributor_docs/contributing_to_the_p5js_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor_docs/contributing_to_the_p5js_reference.md b/contributor_docs/contributing_to_the_p5js_reference.md index 09ee8015f5..0d57f9816d 100644 --- a/contributor_docs/contributing_to_the_p5js_reference.md +++ b/contributor_docs/contributing_to_the_p5js_reference.md @@ -308,7 +308,7 @@ Finally, for every example you add, you are required to use the p5.js function ` * ``` -For more on `describe()` visit the [web accessibility contributor documentation](https://p5js.org/contributor-docs/#/web_accessibility?id=user-generated-accessible-canvas-descriptions). +For more on `describe()` visit the [web accessibility contributor documentation](https://p5js.org/contribute/web_accessibility/#describe). With all the above you should have most of the tools needed to write and edit p5.js reference comments. However, there are a few more specialized usage of JSDoc style reference comments that you may come across in p5.js. These are situationally useful and not something that you need often. From 69654165dc37d70b2ca5c6887b33772cec6138e6 Mon Sep 17 00:00:00 2001 From: Qianqian Ye Date: Fri, 6 Sep 2024 22:52:54 -0700 Subject: [PATCH 2/2] Update relative link --- contributor_docs/contributing_to_the_p5js_reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributor_docs/contributing_to_the_p5js_reference.md b/contributor_docs/contributing_to_the_p5js_reference.md index 0d57f9816d..a39a63abfb 100644 --- a/contributor_docs/contributing_to_the_p5js_reference.md +++ b/contributor_docs/contributing_to_the_p5js_reference.md @@ -308,7 +308,7 @@ Finally, for every example you add, you are required to use the p5.js function ` * ``` -For more on `describe()` visit the [web accessibility contributor documentation](https://p5js.org/contribute/web_accessibility/#describe). +For more on `describe()` visit the [web accessibility contributor documentation](./web_accessibility/#describe). With all the above you should have most of the tools needed to write and edit p5.js reference comments. However, there are a few more specialized usage of JSDoc style reference comments that you may come across in p5.js. These are situationally useful and not something that you need often.