Skip to content

Commit 41cd6ba

Browse files
authored
doc: remove broken link to permission model source code
The permission model grew enough to be splited into multiple files, the link in the md file is broken. And as it is not part of a single file, the best way to fix this is just remove the link, many APIs in Node.js does not have the source code linked, this is not bad for our docs. Signed-off-by: Juan José Arboleda <[email protected]> PR-URL: #58972 Reviewed-By: Rafael Gonzaga <[email protected]> Reviewed-By: Ulises Gascón <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent ba49d71 commit 41cd6ba

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/api/permissions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
<!--introduced_in=v20.0.0-->
44

5-
<!-- source_link=src/permission.cc -->
6-
75
Permissions can be used to control what system resources the
86
Node.js process has access to or what actions the process can take
97
with those resources.

0 commit comments

Comments
 (0)