Skip to content
This repository has been archived by the owner on May 17, 2022. It is now read-only.

Fix broken link in contracts and transactions doc #454

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/contracts-and-transactions/contracts.rst
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ mechanisms.
* The `Mix IDE <https://github.com/ethereum/wiki/wiki/Mix:-The-DApp-IDE>`_.
* The `Ethereum Wallet <https://github.com/ethereum/mist/releases>`_.

.. note:: More information on solc and compiling Solidity contract code can be found `here <https://solidity.readthedocs.org/en/latest/frequently-asked-questions.html#how-do-i-compile-contracts>`_.
.. note:: More information on solc and compiling Solidity contract code can be found `here <https://solidity.readthedocs.io/en/latest/using-the-compiler.html>`_.


Setting up the solidity compiler in geth
Expand Down