From 9dcf18326aca7532d735d231cdd1164bddf9fd99 Mon Sep 17 00:00:00 2001 From: Alessandro Autiero Date: Thu, 21 Sep 2023 18:04:49 +0200 Subject: [PATCH] Final version --- gui/lib/src/util/tutorial.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/lib/src/util/tutorial.dart b/gui/lib/src/util/tutorial.dart index 37f9977..cc004a3 100644 --- a/gui/lib/src/util/tutorial.dart +++ b/gui/lib/src/util/tutorial.dart @@ -1,3 +1,3 @@ import 'package:url_launcher/url_launcher.dart'; -Future openPortTutorial() => launchUrl(Uri.parse("https://github.com/Auties00/reboot_launcher/blob/master/documentation/PortForwarding.md")); \ No newline at end of file +Future openPortTutorial() => launchUrl(Uri.parse("https://github.com/Auties00/reboot_launcher/blob/master/documentation/en/PortForwarding.md")); \ No newline at end of file