Skip to content

Commit

Permalink
Merge pull request ish-app#544 from Rexogamer/master
Browse files Browse the repository at this point in the history
update repo links
  • Loading branch information
tbodt authored Mar 29, 2020
2 parents 7c9bcde + 833ddc5 commit b111a35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# [iSH](https://ish.app)

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

<p align="center">
<a href="https://ish.app">
Expand Down
2 changes: 1 addition & 1 deletion app/AboutViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit b111a35

Please sign in to comment.