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 fs constants link #9508

Closed
wants to merge 1 commit into from
Closed

doc: fix fs constants link #9508

wants to merge 1 commit into from

Conversation

zzzzBov
Copy link
Contributor

@zzzzBov zzzzBov commented Nov 7, 2016

Checklist
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

doc

Description of change

https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather than to https://nodejs.org/api/fs.html#fs_fs_constants_1

@nodejs-github-bot nodejs-github-bot added doc Issues and PRs related to the documentations. fs Issues and PRs related to the fs subsystem / file system. labels Nov 7, 2016
Copy link
Contributor

@princejwesley princejwesley left a comment

Choose a reason for hiding this comment

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

Please change commit msg headline as 'doc: fix fs constants link' and commit description is too long. Check the commit message guideline here

update: Sorry, selected the wrong review checkbox 😞

@zzzzBov
Copy link
Contributor Author

zzzzBov commented Nov 8, 2016

@princejwesley, I saw the contrib guidelines after I'd made the commit. Is there a simple way to change the commit message?

@zzzzBov zzzzBov changed the title Fix FS Constants link doc: Fix FS Constants link Nov 8, 2016
@zzzzBov zzzzBov changed the title doc: Fix FS Constants link doc: fix fs constants link Nov 8, 2016
@evanlucas
Copy link
Contributor

@zzzzBov you can run git commit --amend to change the commit message. Do keep in mind that you will have to force push your branch after you amend it. Thanks!

@zzzzBov
Copy link
Contributor Author

zzzzBov commented Nov 8, 2016

@evanlucas do I have to download the git repo to do that locally or is there a way to do that from the GitHub web interface? I literally made a two character pull request to fix a minor bug in documentation. I'm not about to jump through a bunch of hoops to make sure my 2 character change to fix documentation is properly documented. The amount I care about this pull request is so low that I'll just close it if it's too much of a bother.

@Trott
Copy link
Member

Trott commented Nov 8, 2016

@zzzzBov I updated the commit message for you. (You can use git commit --amend to change the most recent commit message and then git push --force-with-lease to get it into your branch and thus into the pull request.)

@zzzzBov
Copy link
Contributor Author

zzzzBov commented Nov 8, 2016

@Trott, thanks for the assist!

@silverwind
Copy link
Contributor

Thanks! Landed in 452b4dc.

@silverwind silverwind closed this Nov 11, 2016
silverwind pushed a commit that referenced this pull request Nov 11, 2016
https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather
than to https://nodejs.org/api/fs.html#fs_fs_constants_1

PR-URL: #9508
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
addaleax pushed a commit that referenced this pull request Nov 22, 2016
https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather
than to https://nodejs.org/api/fs.html#fs_fs_constants_1

PR-URL: #9508
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@MylesBorins MylesBorins removed the fs Issues and PRs related to the fs subsystem / file system. label Dec 13, 2016
MylesBorins pushed a commit that referenced this pull request Dec 13, 2016
https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather
than to https://nodejs.org/api/fs.html#fs_fs_constants_1

PR-URL: #9508
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
MylesBorins pushed a commit that referenced this pull request Dec 21, 2016
https://nodejs.org/api/fs.html#fs_fs_constants links to itself rather
than to https://nodejs.org/api/fs.html#fs_fs_constants_1

PR-URL: #9508
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
Reviewed-By: Roman Reiss <me@silverwind.io>
@MylesBorins MylesBorins mentioned this pull request Dec 21, 2016
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.

9 participants