diff options
author | chriseth <chris@ethereum.org> | 2017-06-19 18:02:21 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-19 18:02:21 +0800 |
commit | 26ea9ce07cf85849cd881465a4322f14bff87eb8 (patch) | |
tree | 91cb99d189c307d6d99ac6e4bc6fa8baaf21bcd0 | |
parent | 622703c0c0a4b215f759c509569c9df6dcc9ce3a (diff) | |
parent | 2d1d07c3a7bc1774090beed05f28b4211732da9e (diff) | |
download | dexon-solidity-26ea9ce07cf85849cd881465a4322f14bff87eb8.tar.gz dexon-solidity-26ea9ce07cf85849cd881465a4322f14bff87eb8.tar.zst dexon-solidity-26ea9ce07cf85849cd881465a4322f14bff87eb8.zip |
Merge pull request #2407 from jamesray1/patch-7
Link for the semantic versioner for npm
-rw-r--r-- | docs/layout-of-source-files.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index f4bef82b..e4b403f6 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -33,7 +33,7 @@ be sure that our code will compile the way we intended it to. We do not fix the exact version of the compiler, so that bugfix releases are still possible. It is possible to specify much more complex rules for the compiler version, -the expression follows those used by npm. +the expression follows those used by `npm <https://docs.npmjs.com/misc/semver>`_. .. index:: source file, ! import |