diff options
Diffstat (limited to 'docs/solidity-in-depth.rst')
-rw-r--r-- | docs/solidity-in-depth.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/solidity-in-depth.rst b/docs/solidity-in-depth.rst index b6217b47..ddfddb77 100644 --- a/docs/solidity-in-depth.rst +++ b/docs/solidity-in-depth.rst @@ -4,7 +4,7 @@ Solidity in Depth This section should provide you with all you need to know about Solidity. If something is missing here, please contact us on -`Gitter <https://gitter.im/ethereum/solidity>`_ or make a pull request on +`Gitter <https://gitter.im/ethereum/solidity>`_ or create a pull request on `Github <https://github.com/ethereum/solidity/pulls>`_. .. toctree:: @@ -18,3 +18,4 @@ If something is missing here, please contact us on contracts.rst assembly.rst miscellaneous.rst + 050-breaking-changes.rst |