Skip to content

Commit 0364e2a

Browse files
authored
Merge pull request #311 from JangamRuthvik/dev
changed the readme link
2 parents 17f97ea + 262af31 commit 0364e2a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/taskserver/ntaskserver.dart

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

lib/views/home/home.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class _HomePageState extends State<HomePage> {
9292
else
9393
{
9494
// ignore: avoid_print
95-
print('User has seen this page'),
95+
debugPrint('User has seen this page'),
9696
// User has seen this page
9797
}
9898
});

0 commit comments

Comments
 (0)