From 0df9b83c27e8987187b5619efddb568144b55e1c Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Sun, 3 Sep 2023 15:48:23 -0700 Subject: [PATCH] chore: Cleanup some links --- README.md | 2 +- index.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 20e01de..c716536 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/index.js b/index.js index d5c0e24..42bca0c 100644 --- a/index.js +++ b/index.js @@ -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) {