Skip to content

Commit e6cce28

Browse files
committed
docs: use markdown links instead of html
This does lose the _target information associated with the links but that should be left to the markdown generator generally. In this case the npm/documentation repo will decide based on the href whether to apply any target or rel attributes to the links.
1 parent 1951b91 commit e6cce28

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

docs/lib/content/commands/npm-audit.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ The `sig` is generated using the following template: `${package.name}@${package.
8181

8282
Keys response:
8383

84-
- `expires`: null or a simplified extended <a href="https://en.wikipedia.org/wiki/ISO_8601" target="_blank">ISO 8601 format</a>: `YYYY-MM-DDTHH:mm:ss.sssZ`
84+
- `expires`: null or a simplified extended [ISO 8601 format](https://en.wikipedia.org/wiki/ISO_8601"): `YYYY-MM-DDTHH:mm:ss.sssZ`
8585
- `keydid`: sha256 fingerprint of the public key
8686
- `keytype`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
8787
- `scheme`: only `ecdsa-sha2-nistp256` is currently supported by the npm CLI
8888
- `key`: base64 encoded public key
8989

90-
See this <a href="https://registry.npmjs.org/-/npm/v1/keys" target="_blank">example key's response from the public npm registry</a>.
90+
See this [example key's response from the public npm registry](https://registry.npmjs.org/-/npm/v1/keys").
9191

9292
### Audit Endpoints
9393

docs/lib/content/commands/npm-team.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ on your `authtype`.
2525

2626
* create / destroy:
2727
Create a new team, or destroy an existing one. Note: You cannot remove the
28-
`developers` team, <a href="https://docs.npmjs.com/about-developers-team" target="_blank">learn more.</a>
28+
`developers` team, [learn more.](https://docs.npmjs.com/about-developers-team)
2929

3030
Here's how to create a new team `newteam` under the `org` org:
3131

docs/lib/content/commands/npm-unpublish.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ description: Remove a package from the registry
88

99
<!-- AUTOGENERATED USAGE DESCRIPTIONS -->
1010

11-
To learn more about how the npm registry treats unpublish, see our <a
12-
href="https://docs.npmjs.com/policies/unpublish" target="_blank"
13-
rel="noopener noreferrer"> unpublish policies</a>
11+
To learn more about how the npm registry treats unpublish, see our
12+
[unpublish policies](https://docs.npmjs.com/policies/unpublish).
1413

1514
### Warning
1615

0 commit comments

Comments
 (0)