diff --git a/lib/linux_mon.dart b/lib/linux_mon.dart index 8480eee..300a4c3 100644 --- a/lib/linux_mon.dart +++ b/lib/linux_mon.dart @@ -128,7 +128,7 @@ class _LinuxMonState extends State { Widget helpButton = FlatButton( child: Text('Help'), onPressed: () async { - await url.launch('https://github.com/therexone/linuxMon/readme.md'); + await url.launch('https://github.com/therexone/linux-mon/blob/master/README.md#installation'); }, ); diff --git a/lib/widgets/disconnected_column.dart b/lib/widgets/disconnected_column.dart index a1b968b..e9275f1 100644 --- a/lib/widgets/disconnected_column.dart +++ b/lib/widgets/disconnected_column.dart @@ -38,10 +38,10 @@ class DisconnectedColumn extends StatelessWidget { child: InkWell( onTap: () async { await url - .launch('https://github.com/therexone/linuxMon/readme.md'); + .launch('https://github.com/therexone/linux-mon/blob/master/README.md#installation'); }, child: Text( - '- More help - https://github.com/therexone/linuxMon/readme.md', + '- More help - Github', style: TextStyle( color: Color(0xff11DFDE), fontSize: 12.0, diff --git a/pubspec.yaml b/pubspec.yaml index 121d96d..f567e31 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 1.0.0-alpha+1 +version: 1.0.1-alpha+2 environment: sdk: ">=2.7.0 <3.0.0"