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()