From 1051242926d6a972af6815c8ff79d05db6799c98 Mon Sep 17 00:00:00 2001 From: Simon Date: Tue, 31 Oct 2017 20:31:40 -0700 Subject: [PATCH] Closes #2576. Update link to security info on z.cash website. --- README.md | 4 ++-- src/util.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 769d08e77..3d7501482 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/src/util.cpp b/src/util.cpp index 6ecb9af7c..cc8632c6a 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -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()