diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-08-24 20:45:35 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-24 20:45:35 +0800 |
commit | 65d78f36c1f5b88546261bc005ef952065d34adf (patch) | |
tree | 55deffeb49ac0da1000b223c59f75c23d2a009ca | |
parent | 220259dc75a2c677d502e3d0295952315f60a2e6 (diff) | |
parent | f67f7988874f49049da2d32dac60bc53798706cf (diff) | |
download | dexon-solidity-65d78f36c1f5b88546261bc005ef952065d34adf.tar.gz dexon-solidity-65d78f36c1f5b88546261bc005ef952065d34adf.tar.zst dexon-solidity-65d78f36c1f5b88546261bc005ef952065d34adf.zip |
Merge pull request #2794 from nicksavers/patch-2
Fix link to Russian version on wiki
-rw-r--r-- | docs/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst index dea11a86..8c33fb9d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -128,7 +128,7 @@ If you still have questions, you can try searching or asking on the site, or come to our `gitter channel <https://gitter.im/ethereum/solidity/>`_. Ideas for improving Solidity or this documentation are always welcome! -See also `Russian version (русский перевод) <https://github.com/ethereum/wiki/wiki/%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity>`_. +See also `Russian version (русский перевод) <https://github.com/ethereum/wiki/wiki/%5BRussian%5D-%D0%A0%D1%83%D0%BA%D0%BE%D0%B2%D0%BE%D0%B4%D1%81%D1%82%D0%B2%D0%BE-%D0%BF%D0%BE-Solidity>`_. Contents ======== |