Skip to content

Commit

Permalink
doc: remove markdown link from heading
Browse files Browse the repository at this point in the history
This is the only instance of such a link and it is rendered
incorrectly in the TOC.

PR-URL: #47585
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
  • Loading branch information
tniessen authored and MoLow committed Jul 6, 2023
1 parent 4bce391 commit 980bf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/permissions.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ The following example, would allow access to `fs` for all `data:` resources:
}
```

##### Example: [import maps][] emulation
##### Example: import maps emulation

Given an import map:

Expand Down Expand Up @@ -419,7 +419,7 @@ Given an import map:
}
```

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

0 comments on commit 980bf05

Please sign in to comment.