From 26dbb434f0dcbb507bbcc7d141b0931483b20522 Mon Sep 17 00:00:00 2001 From: CMK Date: Mon, 12 Jul 2021 14:39:51 +0800 Subject: [PATCH] chore: update mastodon repo link --- Mastodon/Scene/Settings/SettingsViewController.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mastodon/Scene/Settings/SettingsViewController.swift b/Mastodon/Scene/Settings/SettingsViewController.swift index aa2ff0cf..fce06caf 100644 --- a/Mastodon/Scene/Settings/SettingsViewController.swift +++ b/Mastodon/Scene/Settings/SettingsViewController.swift @@ -197,7 +197,7 @@ class SettingsViewController: UIViewController, NeedsDependency { .sink { [weak self] instance in guard let self = self else { return } let version = instance?.version ?? "-" - let link = #"tootsuite/mastodon"# + let link = #"mastodon/mastodon"# let content = L10n.Scene.Settings.Footer.mastodonDescription(link, version) self.tableFooterActiveLabel.configure(content: content, emojiDict: [:]) } @@ -530,7 +530,7 @@ extension SettingsViewController: SettingsToggleCellDelegate { extension SettingsViewController: ActiveLabelDelegate { func activeLabel(_ activeLabel: ActiveLabel, didSelectActiveEntity entity: ActiveEntity) { coordinator.present( - scene: .safari(url: URL(string: "https://github.com/tootsuite/mastodon")!), + scene: .safari(url: URL(string: "https://github.com/mastodon/mastodon")!), from: self, transition: .safariPresent(animated: true, completion: nil) )