Skip to content

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

Merged
gustavohenke merged 1 commit into
open-cli-tools:mainfrom
saito-netartz:fix/update-nodejs-doc-links
May 25, 2026
Merged

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

Conversation

@saito-netartz
Copy link
Copy Markdown
Contributor

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>
@coveralls
Copy link
Copy Markdown

Coverage Status

coverage: 98.849%. remained the same — saito-netartz:fix/update-nodejs-doc-links into open-cli-tools:main

@gustavohenke gustavohenke merged commit 2822c28 into open-cli-tools:main May 25, 2026
21 checks passed
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.

3 participants