Add correct url to the help page #7
This commit is contained in:
parent
73ce25ca52
commit
17b19350a7
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue