Closes #2576. Update link to security info on z.cash website.

This commit is contained in:
Simon
2017-10-31 20:31:40 -07:00
parent b86b9feb6c
commit 1051242926
2 changed files with 3 additions and 3 deletions

View File

@@ -892,7 +892,7 @@ std::string PrivacyInfo()
{
return "\n" +
FormatParagraph(strprintf(_("In order to ensure you are adequately protecting your privacy when using Zcash, please see <%s>."),
"https://z.cash/support/security/index.html")) + "\n";
"https://z.cash/support/security/")) + "\n";
}
std::string LicenseInfo()