Skip to content

Commit 908f0d6

Browse files
committed
doc: rename policy references
1 parent 311a003 commit 908f0d6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

doc/api/errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ The native call from `process.cpuUsage` could not be processed.
35773577
[domains]: domain.md
35783578
[event emitter-based]: events.md#class-eventemitter
35793579
[file descriptors]: https://en.wikipedia.org/wiki/File_descriptor
3580-
[policy]: policy.md
3580+
[policy]: permissions.md#policies
35813581
[self-reference a package using its name]: packages.md#self-referencing-a-package-using-its-name
35823582
[stream-based]: stream.md
35833583
[syscall]: https://man7.org/linux/man-pages/man2/syscalls.2.html

doc/api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
* [OS](os.md)
4646
* [Path](path.md)
4747
* [Performance hooks](perf_hooks.md)
48-
* [Policies](policy.md)
48+
* [Permissions](permissions.md)
4949
* [Process](process.md)
5050
* [Punycode](punycode.md)
5151
* [Query strings](querystring.md)

doc/api/permissions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a
449449

450450
## Process-based permissions
451451

452+
[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md
452453
[import maps]: https://url.spec.whatwg.org/#relative-url-with-fragment-string
453454
[relative-url string]: https://url.spec.whatwg.org/#relative-url-with-fragment-string
454455
[special schemes]: https://url.spec.whatwg.org/#special-scheme
455-
[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md

0 commit comments

Comments
 (0)