From 58d489758a745201538d5afb66d5dd403e89ae8d Mon Sep 17 00:00:00 2001 From: Ed Luff Date: Sat, 26 Oct 2019 21:35:49 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1c7b7f05..b0f78677 100644 --- a/README.md +++ b/README.md @@ -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)

From 833ddc55fe4bf225150bca09c891b8a516a2be9c Mon Sep 17 00:00:00 2001 From: Ed Luff Date: Sat, 26 Oct 2019 21:36:27 +0100 Subject: [PATCH 2/2] Update AboutViewController.m --- app/AboutViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AboutViewController.m b/app/AboutViewController.m index bc2f2383..bdd9d694 100644 --- a/app/AboutViewController.m +++ b/app/AboutViewController.m @@ -78,7 +78,7 @@ if (cell == self.sendFeedback) { [UIApplication openURL:@"mailto:tblodt@icloud.com?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) {