Fix more dead links

This commit is contained in:
Simon Binder 2021-03-13 23:51:31 +01:00
parent 5017dcb974
commit 06ba6e1f2e
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
2 changed files with 2 additions and 3 deletions

View File

@ -7,7 +7,7 @@ template: layouts/docs/single
{% block "blocks/pageinfo" %}
Do you have a moor-related package you want to share? Awesome, please let me know!
Contact me on [Gitter](https://gitter.im/simolus3), [Twitter](https://twitter.com/dersimolus)
Contact me on [Gitter](https://gitter.im/moor-dart/community), [Twitter](https://twitter.com/dersimolus)
or via email to oss <at>simonbinder<dot>eu.
{% endblock %}

View File

@ -19,8 +19,7 @@ Future<void> main() async {
'--release',
if (isRelease) '--config=deploy',
];
final build = await Process.start(
'/home/simon/bin/dart-sdk/stable/bin/dart', buildArgs,
final build = await Process.start('dart', buildArgs,
mode: ProcessStartMode.inheritStdio);
await build.exitCode;