Skip to content

Commit 01e584e

Browse files
committed
doc: move policy docs to the permissions scope
PR-URL: #44222 Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
1 parent 667e8bf commit 01e584e

File tree

5 files changed

+456
-421
lines changed

5 files changed

+456
-421
lines changed

doc/api/errors.md

+1-1
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

+1-1
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)

0 commit comments

Comments
 (0)