Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Nov 10, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -18,8 +18,8 @@ blockchain has reached a significant size.
Security Warnings
-----------------

See important security warnings in
[doc/security-warnings.md](doc/security-warnings.md).
See important security warnings on the
[Security Information page](https://z.cash/support/security/).

**Zcash is experimental and a work-in-progress.** Use at your own risk.

Expand Down
2 changes: 1 addition & 1 deletion src/util.cpp
Expand Up @@ -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()
Expand Down