You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* ci: add check broken links workflow
* chore: update .lycheeignore
* chore: update .lycheeignore again
* ci: fix link checking by building docs site first to resolve local paths
* ci: update node version to 20 for docusaurus build
* chore: update workflow
Copy file name to clipboardExpand all lines: lib/src/command_runner.dart
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ Run ${lightCyan.wrap('very_good update')} to update''');
160
160
'''
161
161
162
162
Thank you for using Very Good Ventures open source tools!
163
-
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')))}''',
163
+
Follow us on GitHub for updates on future releases: ${lightBlue.wrap(link(uri: Uri.parse('https://verygood.ventures/resources/open-source-packages/')))}''',
Copy file name to clipboardExpand all lines: site/docs/templates/flame_game.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Read more about this game template [in our blog][blog].
20
20
21
21
-**Audio** - Background music and sound effects within the game.
22
22
23
-
-**VGV Project Architecture** - This project contains a similar architecture to other VGV projects (see our [core starter app](https://github.com/VeryGoodOpenSource/very_good_core/tree/main/src/my_app)).
23
+
-**VGV Project Architecture** - This project contains a similar architecture to other VGV projects (see our [core starter app](https://github.com/VeryGoodOpenSource/very_good_templates/tree/main/very_good_core)).
24
24
25
25
-**100% Test Coverage** — Each line is executed at least once by a test.
0 commit comments