Add correct url to the help page #7

This commit is contained in:
Aaron Fischer 2019-08-02 00:27:31 +02:00
parent 73ce25ca52
commit 17b19350a7

View file

@ -111,7 +111,7 @@ class WarbandDrawerWidget extends StatelessWidget {
}
void openHelpWebsite() async {
const url = 'https://google.com/';
const url = 'http://git.datenhalter.de/aaron/toolheim/wiki/Home';
if (await canLaunch(url)) {
await launch(url);
}