From 1114a12f2b4691d403d0863d4dca44f25580f57d Mon Sep 17 00:00:00 2001 From: David LJ Date: Thu, 21 Mar 2024 15:23:58 +0100 Subject: [PATCH] docs: fix incorrect npm audit key response link (#7307) --- docs/lib/content/commands/npm-audit.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/lib/content/commands/npm-audit.md b/docs/lib/content/commands/npm-audit.md index 3447a09f16619..cb028615eb240 100644 --- a/docs/lib/content/commands/npm-audit.md +++ b/docs/lib/content/commands/npm-audit.md @@ -94,7 +94,7 @@ Keys response: - `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI - `key`: base64 encoded public key -See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys"). +See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys). ### Audit Endpoints