Skip to content

Commit 2ad58d4

Browse files
authored
chore: update subscribe URL (#1201)
1 parent 9e07d9a commit 2ad58d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/command_runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Run ${lightCyan.wrap('very_good update')} to update''',
163163
lightMagenta.wrap('''
164164
165165
Thank you for using Very Good Ventures open source tools!
166-
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')))}'''),
166+
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')))}'''),
167167
print: _logger.info,
168168
);
169169
}

test/src/command_runner_test.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ void main() {
224224
() => logger.info(
225225
any(
226226
that: contains(
227-
'https://verygood.ventures/open-source/cli/subscribe-latest-tool-updates',
227+
'https://verygood.ventures/dev/tools/cli/subscribe',
228228
),
229229
),
230230
),

0 commit comments

Comments
 (0)