From 6864b65fb13955d21f9169d636160eb7b1515f08 Mon Sep 17 00:00:00 2001 From: Fibonacci747 Date: Thu, 11 Sep 2025 13:56:38 +0200 Subject: [PATCH] docs: fix broken link --- docs/compiling-a-contract.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/compiling-a-contract.rst b/docs/compiling-a-contract.rst index 5aafe2f411..54327b6e93 100644 --- a/docs/compiling-a-contract.rst +++ b/docs/compiling-a-contract.rst @@ -414,7 +414,7 @@ The following example describes the output format of ``vyper-json``. Comments ar // The contract name will always be the file name without a suffix "source_file": { // The Ethereum Contract ABI. - // See https://github.com/ethereum/wiki/wiki/Ethereum-Contract-ABI + // See https://docs.soliditylang.org/en/latest/abi-spec.html "abi": [], // Natspec developer documentation "devdoc": {},