File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ class _LinuxMonState extends State<LinuxMon> {
128
128
Widget helpButton = FlatButton (
129
129
child: Text ('Help' ),
130
130
onPressed: () async {
131
- await url.launch ('https://github.com/therexone/linuxMon/readme .md' );
131
+ await url.launch ('https://github.com/therexone/linux-mon/blob/master/README .md#installation ' );
132
132
},
133
133
);
134
134
Original file line number Diff line number Diff line change @@ -38,10 +38,10 @@ class DisconnectedColumn extends StatelessWidget {
38
38
child: InkWell (
39
39
onTap: () async {
40
40
await url
41
- .launch ('https://github.com/therexone/linuxMon/readme .md' );
41
+ .launch ('https://github.com/therexone/linux-mon/blob/master/README .md#installation ' );
42
42
},
43
43
child: Text (
44
- '- More help - https://github.com/therexone/linuxMon/readme.md ' ,
44
+ '- More help - Github ' ,
45
45
style: TextStyle (
46
46
color: Color (0xff11DFDE ),
47
47
fontSize: 12.0 ,
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
15
15
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
16
16
# Read more about iOS versioning at
17
17
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
18
- version : 1.0.0 -alpha+1
18
+ version : 1.0.1 -alpha+2
19
19
20
20
environment :
21
21
sdk : " >=2.7.0 <3.0.0"
You can’t perform that action at this time.
0 commit comments