From 24d2137c2fbfa47d06279df6e74f25529f821d66 Mon Sep 17 00:00:00 2001 From: NikolaiKryshnev <63440682+NikolaiKryshnev@users.noreply.github.com> Date: Mon, 1 Sep 2025 16:45:20 +0300 Subject: [PATCH] Update compiling-a-contract.rst --- 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": {},