From 2458ea7e390ee3fb9c75ff174a427a8a91999ae8 Mon Sep 17 00:00:00 2001 From: Sojin <77185816+SojinSamuel@users.noreply.github.com> Date: Sun, 31 Jul 2022 21:41:06 +0530 Subject: [PATCH] Broken External Link An outbound link to JSDoc was broken. updated with an active link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3505e29e5..9eb477b54 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ $ npm install -g documentation ``` This installs a command called `documentation` in your path, that you can -point at [JSDoc](http://usejsdoc.org/)-annotated source code to generate +point at [JSDoc](https://jsdoc.app/about-getting-started.html)-annotated source code to generate human-readable documentation. First, run `documentation` with the `--help` option for help: