From 908f0d60939a9b8d091ec359c29f1eab7e1c6f3c Mon Sep 17 00:00:00 2001 From: RafaelGSS Date: Fri, 12 Aug 2022 13:30:08 -0300 Subject: [PATCH] doc: rename policy references --- doc/api/errors.md | 2 +- doc/api/index.md | 2 +- doc/api/permissions.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/errors.md b/doc/api/errors.md index 4c544ef734776e..0608cacce13ec0 100644 --- a/doc/api/errors.md +++ b/doc/api/errors.md @@ -3577,7 +3577,7 @@ The native call from `process.cpuUsage` could not be processed. [domains]: domain.md [event emitter-based]: events.md#class-eventemitter [file descriptors]: https://en.wikipedia.org/wiki/File_descriptor -[policy]: policy.md +[policy]: permissions.md#policies [self-reference a package using its name]: packages.md#self-referencing-a-package-using-its-name [stream-based]: stream.md [syscall]: https://man7.org/linux/man-pages/man2/syscalls.2.html diff --git a/doc/api/index.md b/doc/api/index.md index c999258769c95b..9c35550f5daf81 100644 --- a/doc/api/index.md +++ b/doc/api/index.md @@ -45,7 +45,7 @@ * [OS](os.md) * [Path](path.md) * [Performance hooks](perf_hooks.md) -* [Policies](policy.md) +* [Permissions](permissions.md) * [Process](process.md) * [Punycode](punycode.md) * [Query strings](querystring.md) diff --git a/doc/api/permissions.md b/doc/api/permissions.md index fe6385c7e1dd70..696d0b38354c96 100644 --- a/doc/api/permissions.md +++ b/doc/api/permissions.md @@ -449,7 +449,7 @@ Additionally, import maps only work on `import` so it may be desirable to add a ## Process-based permissions +[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md [import maps]: https://url.spec.whatwg.org/#relative-url-with-fragment-string [relative-url string]: https://url.spec.whatwg.org/#relative-url-with-fragment-string [special schemes]: https://url.spec.whatwg.org/#special-scheme -[Security Policy]: https://github.com/nodejs/node/blob/main/SECURITY.md