Skip to content
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: fix incorrect link to style guide #56181

Merged

Conversation

technic960183
Copy link
Contributor

@technic960183 technic960183 commented Dec 8, 2024

The link to the style guide in the Code section of pull-requests.md was incorrectly pointing to the main README.md using ../../README.md instead of doc/README.md.

Replaced ../../README.md with ../../doc/README.md.
Note that ../../doc/README.md is equivalent to ../README.md in this context, but I think the former will be better for readability, emphasizing that this README.md is the one under doc/.

Refs: #41119

The link to the style guide in `pull-requests.md` linked to the main
`README.md` instead of `doc/README.md`. This commit fixes the link.

Refs: nodejs#41119
@nodejs-github-bot
Copy link
Collaborator

Review requested:

  • @nodejs/tsc

@nodejs-github-bot nodejs-github-bot added the doc Issues and PRs related to the documentations. label Dec 8, 2024
@lpinca lpinca added the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 10, 2024
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Dec 10, 2024
@nodejs-github-bot nodejs-github-bot merged commit 549037f into nodejs:main Dec 10, 2024
22 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in 549037f

aduh95 pushed a commit that referenced this pull request Dec 10, 2024
The link to the style guide in `pull-requests.md` linked to the main
`README.md` instead of `doc/README.md`. This commit fixes the link.

Refs: #41119
PR-URL: #56181
Reviewed-By: Gireesh Punathil <[email protected]>
Reviewed-By: Rafael Gonzaga <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
@technic960183 technic960183 deleted the fix-doc-pr-style-guide-link branch December 11, 2024 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Issues and PRs related to the documentations.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants