From 82c92eccbc6aa951ad10b7cc2533532a4a857eb3 Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 1 Jul 2019 16:03:12 +0200 Subject: [PATCH] Fix link. --- docs/metadata.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/metadata.rst b/docs/metadata.rst index 5545c9311..185834122 100644 --- a/docs/metadata.rst +++ b/docs/metadata.rst @@ -186,6 +186,6 @@ This automatically verifies the metadata since its hash is part of the bytecode. Excess data corresponds to the constructor input data, which should be decoded according to the interface and presented to the user. -In the repository [source-verify](https://github.com/ethereum/source-verify) -([npm package](https://www.npmjs.com/package/source-verify)) you can see +In the repository `source-verify `_ +(`npm package `_) you can see example code that shows how to use this feature.