forked from ish-app/ish
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ish-app#544 from Rexogamer/master
update repo links
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -81,7 +81,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath | |
if (cell == self.sendFeedback) { | ||
[UIApplication openURL:@"mailto:[email protected]?subject=Feedback%20for%20iSH"]; | ||
} else if (cell == self.openGithub) { | ||
[UIApplication openURL:@"https://github.com/tbodt/ish"]; | ||
[UIApplication openURL:@"https://github.com/ish-app/ish"]; | ||
} else if (cell == self.openTwitter) { | ||
[UIApplication openURL:@"https://twitter.com/tblodt"]; | ||
} else if (cell == self.openDiscord) { | ||
|