Skip to content

Commit

Permalink
chore: Cleanup some links
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 3, 2023
1 parent 58f009a commit 0df9b83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ MIT
[npm-image]: https://img.shields.io/npm/v/v8flags.svg?style=flat-square

[ci-url]: https://github.com/gulpjs/v8flags/actions?query=workflow:dev
[ci-image]: https://img.shields.io/github/workflow/status/gulpjs/v8flags/dev?style=flat-square
[ci-image]: https://img.shields.io/github/actions/workflow/status/gulpjs/v8flags/dev.yml?branch=master&style=flat-square

[coveralls-url]: https://coveralls.io/r/gulpjs/v8flags
[coveralls-image]: https://img.shields.io/coveralls/gulpjs/v8flags/master.svg?style=flat-square
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var failureMessage = [
'environment by setting HOME=/path/to/home or TEMP=/path/to/temp.',
'NOTE: the user running this must be able to access provided path.',
'If all else fails, please open an issue here:',
'http://github.com/tkellen/js-v8flags',
'http://github.com/gulpjs/v8flags',
].join('\n');

function fail(err) {
Expand Down

0 comments on commit 0df9b83

Please sign in to comment.