Skip to content

Commit 980bf05

Browse files
tniessenMoLow
authored andcommitted
doc: remove markdown link from heading
This is the only instance of such a link and it is rendered incorrectly in the TOC. PR-URL: nodejs#47585 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Antoine du Hamel <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 4bce391 commit 980bf05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/permissions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ The following example, would allow access to `fs` for all `data:` resources:
382382
}
383383
```
384384

385-
##### Example: [import maps][] emulation
385+
##### Example: import maps emulation
386386

387387
Given an import map:
388388

@@ -419,7 +419,7 @@ Given an import map:
419419
}
420420
```
421421

422-
Import maps assume you can get any resource by default. This means
422+
[Import maps][] assume you can get any resource by default. This means
423423
`"dependencies"` at the top level of the policy should be set to `true`.
424424
Policies require this to be opt-in since it enables all resources of the
425425
application cross linkage which doesn't make sense for many scenarios. They also

0 commit comments

Comments
 (0)