From f6374d5c2cfa2f6a839663a0bf4dbd5a34e079b9 Mon Sep 17 00:00:00 2001 From: Theodore Dubois Date: Wed, 27 May 2020 20:29:03 -0700 Subject: [PATCH] Update Discord link in about view --- app/AboutViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AboutViewController.m b/app/AboutViewController.m index ca7a8bdafc..273b3557de 100644 --- a/app/AboutViewController.m +++ b/app/AboutViewController.m @@ -85,7 +85,7 @@ - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath } else if (cell == self.openTwitter) { [UIApplication openURL:@"https://twitter.com/tblodt"]; } else if (cell == self.openDiscord) { - [UIApplication openURL:@"https://discord.gg/SndDh5y"]; + [UIApplication openURL:@"https://discord.gg/HFAXj44"]; } else if (cell == self.exportContainerCell) { // copy the files to the app container so they can be extracted from iTunes file sharing NSURL *container = ContainerURL();