From 2adc33a11ded469b70c49b307ae64831b0a6c2ad Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Mon, 17 Jul 2017 15:20:17 +0300 Subject: [PATCH] Fix Confidential Assets link --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9394dbe5a9..b89197b537 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Features of the Elements blockchain platform ---------------- Compared to Bitcoin itself, it adds the following features: - * [Confidential Assets][issued-assets] + * [Confidential Assets][asset-issuance] * [Confidential Transactions][confidential-transactions] * [Additional opcodes][opcodes] * [Deterministic Peg][deterministic-peg] @@ -45,6 +45,7 @@ information or see http://opensource.org/licenses/MIT. [opcodes]: https://www.elementsproject.org/elements/opcodes [deterministic-peg]: https://www.elementsproject.org/elements/deterministic-pegs [signed-blocks]: https://www.elementsproject.org/elements/signed-blocks +[asset-issuance]: https://www.elementsproject.org/elements/asset-issuance What is the Elements Project? -----------------