From 124ab28c9e379d3b9e61aad9f674f7b10bf9bc6d Mon Sep 17 00:00:00 2001 From: Callum Macdonald Date: Sun, 19 Mar 2017 08:45:39 +0100 Subject: [PATCH] Swap out ethcore.io url (#4947) It throws a certificate error on HTTPS because the certificate is only valid on parity.io. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2511e7a4f..33954f67a 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ of RPC APIs. If you run into an issue while using parity, feel free to file one in this repository or hop on our [gitter chat room][gitter-url] to ask a question. We are glad to help! -Parity's current release is 1.5. You can download it at https://ethcore.io/parity.html or follow the instructions +Parity's current release is 1.5. You can download it at https://parity.io or follow the instructions below to build from source. ----