Skip to content

Commit

Permalink
docs: fix incorrect npm audit key response link (#7307)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlj95 committed Mar 21, 2024
1 parent 9807caf commit 1114a12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lib/content/commands/npm-audit.md
Expand Up @@ -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

Expand Down

0 comments on commit 1114a12

Please sign in to comment.