Skip to content

docs: update outdated Node.js doc links and fix null code formatting#590

Open
saito-netartz wants to merge 1 commit into
open-cli-tools:mainfrom
saito-netartz:fix/update-nodejs-doc-links
Open

docs: update outdated Node.js doc links and fix null code formatting#590
saito-netartz wants to merge 1 commit into
open-cli-tools:mainfrom
saito-netartz:fix/update-nodejs-doc-links

Conversation

@saito-netartz
Copy link
Copy Markdown

Summary

The README contained a few small documentation issues that this PR fixes:

  • Outdated Node.js v10 links (×2): nodejs.org/dist/latest-v10.x/nodejs.org/docs/latest/ for Readable and Writable stream references
  • HTTP → HTTPS: The child_process docs link used http:// instead of https://
  • Outdated URL anchor: Updated #child_process_event_exit to the current #event-exit format, consistent with the existing send() link in the same file
  • Formatting consistency: _null_ (italic) → `null` (inline code) in the FAQ section, matching the code style used throughout the rest of the README

Test plan

  • Verify all updated links resolve correctly in a browser
  • Confirm rendered Markdown looks correct on GitHub

🤖 Generated with Claude Code

…ADME

- Replace deprecated `nodejs.org/dist/latest-v10.x/` links with
  `nodejs.org/docs/latest/` for Readable and Writable stream references
- Fix `http://` link to use `https://` for child_process docs
- Update child_process URL to current anchor format (`#event-exit`)
- Replace italic `_null_` with inline code `null` for consistency

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant