From 5830ef3ab7e8f0ffc77d121c1c35a3f581d7ec89 Mon Sep 17 00:00:00 2001 From: John Water Date: Mon, 7 Apr 2025 23:44:13 +0400 Subject: [PATCH] fix Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59ae61e6..56c81a85 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ when it's placed in these exact absolute locations. Note: this commandline interface is not compatible with `solc` provided by the Solidity compiler package and thus cannot be used in combination with an Ethereum client via the `eth.compile.solidity()` RPC method. Please refer to the -[Solidity compiler documentation](https://solidity.readthedocs.io/) for instructions to install `solc`. +[Solidity compiler documentation](https://docs.soliditylang.org/) for instructions to install `solc`. Furthermore, the commandline interface to solc-js provides fewer features than the binary release. ### Usage in Projects