diff --git a/lib/src/command_runner.dart b/lib/src/command_runner.dart index b3f013ec7..b9e6dbcf2 100644 --- a/lib/src/command_runner.dart +++ b/lib/src/command_runner.dart @@ -163,7 +163,7 @@ Run ${lightCyan.wrap('very_good update')} to update''', lightMagenta.wrap(''' Thank you for using Very Good Ventures open source tools! -Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates')))}'''), +Don't forget to fill out this form to get information on future updates and releases here: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/dev/tools/cli/subscribe')))}'''), print: _logger.info, ); } diff --git a/test/src/command_runner_test.dart b/test/src/command_runner_test.dart index dff8dcc52..5c207b38c 100644 --- a/test/src/command_runner_test.dart +++ b/test/src/command_runner_test.dart @@ -224,7 +224,7 @@ void main() { () => logger.info( any( that: contains( - 'https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates', + 'https://verygood.ventures/dev/tools/cli/subscribe', ), ), ),