Auto merge of #2649 - bitcartel:2576_security_url, r=str4d

Closes #2576. Update link to security info on z.cash website.
This commit is contained in:
Homu 2017-11-09 15:19:41 -08:00
commit 064600ec8a
2 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,8 @@ blockchain has reached a significant size.
Security Warnings Security Warnings
----------------- -----------------
See important security warnings in See important security warnings on the
[doc/security-warnings.md](doc/security-warnings.md). [Security Information page](https://z.cash/support/security/).
**Zcash is experimental and a work-in-progress.** Use at your own risk. **Zcash is experimental and a work-in-progress.** Use at your own risk.

View File

@ -892,7 +892,7 @@ std::string PrivacyInfo()
{ {
return "\n" + return "\n" +
FormatParagraph(strprintf(_("In order to ensure you are adequately protecting your privacy when using Zcash, please see <%s>."), 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() std::string LicenseInfo()