Final version

This commit is contained in:
Alessandro Autiero
2023-09-21 18:04:49 +02:00
parent 8c45a62f59
commit 9dcf18326a

View File

@@ -1,3 +1,3 @@
import 'package:url_launcher/url_launcher.dart';
Future<void> openPortTutorial() => launchUrl(Uri.parse("https://github.com/Auties00/reboot_launcher/blob/master/documentation/PortForwarding.md"));
Future<void> openPortTutorial() => launchUrl(Uri.parse("https://github.com/Auties00/reboot_launcher/blob/master/documentation/en/PortForwarding.md"));