Skip to content

Commit ef37178

Browse files
committed
update the about url
1 parent 706ed72 commit ef37178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MIHTool/MIHViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ -(IBAction) launch:(id)sender{
6969
//[self loadHome:self];
7070
}
7171
-(IBAction) loadHome:(id)sender{
72-
NSString *str = @"http://www.iunbug.com/about-mihtool";
72+
NSString *str = @"https://github.com/unbug/MIHTool";
7373
[self.pageView loadRequest:[NSURLRequest requestWithURL:[NSURL URLWithString:str]]];
7474
}
7575

0 commit comments

Comments
 (0)