From a3b45ceccccf98c333b329a76b833c1af02ea15e Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Tue, 16 Jan 2024 09:20:45 +0100 Subject: [PATCH] Docs: update link to new JSDoc site (#3950) --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 5e7cff829..c806fc5e7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -63,7 +63,7 @@ By way of example, the `background()` method present in v0.20.0 was deprecated i ## Documentation -The public API is documented with [JSDoc](http://usejsdoc.org/) annotated comments. +The public API is documented with [JSDoc](https://jsdoc.app/) annotated comments. These can be converted to Markdown by running: ```sh