From 6154c32e154041e2cd310d2079edd325047ffd19 Mon Sep 17 00:00:00 2001 From: Niels de Vos Date: Mon, 15 Jan 2024 11:10:11 +0100 Subject: [PATCH] Docs: replace unavailable usejsdoc.org with jsdoc.app It seems usejsdoc.org does not exist anymore, and jsdoc.app is the new location. --- .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