Skip to content

Commit b111a35

Browse files
authored
Merge pull request ish-app#544 from Rexogamer/master
update repo links
2 parents 7c9bcde + 833ddc5 commit b111a35

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# [iSH](https://ish.app)
22

3-
[![Build Status](https://travis-ci.org/tbodt/ish.svg?branch=master)](https://travis-ci.org/tbodt/ish)
4-
[![goto counter](https://img.shields.io/github/search/tbodt/ish/goto.svg)](https://github.com/tbodt/ish/search?q=goto)
5-
[![fuck counter](https://img.shields.io/github/search/tbodt/ish/fuck.svg)](https://github.com/tbodt/ish/search?q=fuck)
3+
[![Build Status](https://travis-ci.org/ish-app/ish.svg?branch=master)](https://travis-ci.org/tbodt/ish)
4+
[![goto counter](https://img.shields.io/github/search/ish-app/ish/goto.svg)](https://github.com/tbodt/ish/search?q=goto)
5+
[![fuck counter](https://img.shields.io/github/search/ish-app/ish/fuck.svg)](https://github.com/tbodt/ish/search?q=fuck)
66

77
<p align="center">
88
<a href="https://ish.app">

app/AboutViewController.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath
8181
if (cell == self.sendFeedback) {
8282
[UIApplication openURL:@"mailto:[email protected]?subject=Feedback%20for%20iSH"];
8383
} else if (cell == self.openGithub) {
84-
[UIApplication openURL:@"https://github.com/tbodt/ish"];
84+
[UIApplication openURL:@"https://github.com/ish-app/ish"];
8585
} else if (cell == self.openTwitter) {
8686
[UIApplication openURL:@"https://twitter.com/tblodt"];
8787
} else if (cell == self.openDiscord) {

0 commit comments

Comments
 (0)