Skip to content

Commit 240d19a

Browse files
committed
changed the readme link
1 parent 2b0b222 commit 240d19a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/taskserver/ntaskserver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ class _ManageTaskServerState extends State<ManageTaskServer> {
276276
),
277277
onPressed: () async {
278278
String url =
279-
"https://github.com/Pavel401/taskwarrior-flutter/blob/main/README.md#taskserver-setup";
279+
"https://github.com/CCExtractor/taskwarrior-flutter?tab=readme-ov-file#taskwarrior-mobile-app";
280280
if (!await launchUrl(Uri.parse(url))) {
281281
throw Exception('Could not launch $url');
282282
}

0 commit comments

Comments
 (0)