◐ Shell
clean mode source ↗

doc: update incorrect links by noel046 · Pull Request #47085 · nodejs/node

@nodejs-github-bot

Review requested:

  • @nodejs/net

@nodejs-github-bot nodejs-github-bot added build

Issues and PRs related to build files or the CI.

doc

Issues and PRs related to the documentations.

labels

Mar 14, 2023

This was referenced

Mar 21, 2023

@deokjinkim

@noel046 noel046 changed the title update incorrect links #47070 doc: update incorrect links

Mar 24, 2023

@deokjinkim

@noel046 For now, PR title is only changed. But we need to change commit title(not PR of github) in git.

@Trott

@noel046 For now, PR title is only changed. But we need to change commit title(not PR of github) in git.

The merge commit will need to be removed too. I'll do that now and force push.

@Trott

The CI failure is relevant. This breaks links in the single-page version of the doc.

Trott

[`'drain'`]: #event-drain
[`'end'`]: #event-end
[`'error'`]: #event-error_1
[`'error'`]: #event-error-1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The current anchor exists in our HTML docs. The new one does not. What is the motivation for this change? Is it to fix something in the GitHub markdown rendering of this doc?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was referenced

Apr 7, 2023

@mscdex

Please also add a

Fixes: https://github.com/nodejs/node/issues/47070

to the commit message.

@mscdex

Can we get this merged soon? We've been getting more and more identical PRs for the same (or a subset of) changes.

@ovflowd

@mscdex did the issues Trott and me mentioned get resolved?

@mscdex

@ovflowd I don't know. However from my recollection we tend to give the first to submit a PR for a specific set of changes priority, but as this PR has been open for over a month with others willing to make the same changes, we need to decide whether to continue waiting or close this PR and give others a chance to make the changes needed.

@aduh95