diff --git a/README.md b/README.md index 12c378f5..2f18ceb2 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)

diff --git a/app/AboutViewController.m b/app/AboutViewController.m index aa34b92b..ca7a8bda 100644 --- a/app/AboutViewController.m +++ b/app/AboutViewController.m @@ -81,7 +81,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) {