Skip to content

Commit

Permalink
Merge pull request #665 from nova-wallet/fix/ps-link
Browse files Browse the repository at this point in the history
Change Parity Signer troubleshooting link #860qw46nj
  • Loading branch information
ERussel authored May 16, 2023
2 parents 5251865 + cfd2728 commit 51d4086
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion novawallet/Common/Configs/ApplicationConfigs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,8 @@ extension ApplicationConfig: ApplicationConfigProtocol {
}

var paritySignerTroubleshoutingURL: URL {
URL(string: "https://github.com/nova-wallet/nova-utils/wiki/Parity-Signer-troubleshooting")!
// swiftlint:disable:next line_length
URL(string: "https://docs.novawallet.io/nova-wallet-wiki/welcome-to-nova-wallet/hardware-wallets#parity-signer-troubleshooting")!
}

var ledgerGuideURL: URL {
Expand Down

0 comments on commit 51d4086

Please sign in to comment.