diff options
author | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 08:42:42 +0800 |
---|---|---|
committer | Alex Beregszaszi <alex@rtfs.hu> | 2017-03-16 08:43:30 +0800 |
commit | 4c34adb799c4a4e6685e1ded414053604aa9a1d1 (patch) | |
tree | 4715d182226df7a48732d34a5c221dd15127884a /docs/installing-solidity.rst | |
parent | 0157b86ce655a8dd83f402039a4740a9b7d2eea6 (diff) | |
download | dexon-solidity-4c34adb799c4a4e6685e1ded414053604aa9a1d1.tar.gz dexon-solidity-4c34adb799c4a4e6685e1ded414053604aa9a1d1.tar.zst dexon-solidity-4c34adb799c4a4e6685e1ded414053604aa9a1d1.zip |
Add link to version pragma
Diffstat (limited to 'docs/installing-solidity.rst')
-rw-r--r-- | docs/installing-solidity.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing-solidity.rst b/docs/installing-solidity.rst index fb405475..e4808801 100644 --- a/docs/installing-solidity.rst +++ b/docs/installing-solidity.rst @@ -280,4 +280,4 @@ Example: 3. a breaking change is introduced - version is bumped to 0.5.0 4. the 0.5.0 release is made -This behaviour works well with the version pragma. +This behaviour works well with the :ref:`version pragma <version_pragma>`. |