Skip to content

Commit

Permalink
Fix dead link
Browse files Browse the repository at this point in the history
  • Loading branch information
Bror Winther committed Sep 24, 2022
1 parent 30e3cae commit 126285f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Settings/SyncSettingsController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class SyncSettingsController: UITableViewController {

override func tableView(_ tableView: UITableView, titleForFooterInSection section: Int) -> String? {
if section == 1 { // server settings section
return "For help on configuration, visit https://mobileorg.github.io/support"
return "For help on configuration, visit https://mobileorg.github.io/documentation/#using-icloud"
} else {
return ""
}
Expand Down

0 comments on commit 126285f

Please sign in to comment.