-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: update incorrect links #47085
doc: update incorrect links #47085
Conversation
Review requested:
|
@noel046 Thank you for contribution. Commit title needs to be started with subsystem like |
@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. |
f9629a7
to
b358df1
Compare
The CI failure is relevant. This breaks links in the single-page version of the doc. |
[`'error'`]: #event-error_1 | ||
[`'error'`]: #event-error-1 |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1, on our tooling we replace dots with nothing and underscores with hyphens. You can see it here: https://github.com/nodejs/node/blob/main/tools/doc/html.mjs#L426 (We do the same on nodejs.dev here https://github.com/nodejs/nodejs.dev/blob/main/util-node/createSlug.js#L1)
Please also add a
to the commit message. |
Can we get this merged soon? We've been getting more and more identical PRs for the same (or a subset of) changes. |
@mscdex did the issues Trott and me mentioned get resolved? |
@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. |
Superseded by #48194. |
Fixes: #47070