-
-
Notifications
You must be signed in to change notification settings - Fork 35.2k
docs: internal links in child_process are broken #62580
Copy link
Copy link
Closed as not planned
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.
Description
Affected URL(s)
https://nodejs.org/api/child_process.html
Description of the problem
On that page, outside of the table of contents, any internal link which references child_process such as that in
This capability is primarily provided by the
child_process.spawn()function:
is broken. The links have underscores between "child" and "process", but the actual anchors use a dash.
Per archive.org, this worked on March 3 but not March 4. As such I'm guessing the problem is #57343.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docIssues and PRs related to the documentations.Issues and PRs related to the documentations.