aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Ray <james.ray0001@gmail.com>2017-06-15 20:01:17 +0800
committerGitHub <noreply@github.com>2017-06-15 20:01:17 +0800
commit0d9970de1d3faf00be6f3431ef6b711868776afd (patch)
treeb9cc2f28b2d58d32260d713e7f140062aa6f7d48
parent54e97d1c34d7c291673e695a991db8df627c503e (diff)
downloaddexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar.gz
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar.bz2
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar.lz
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar.xz
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.tar.zst
dexon-solidity-0d9970de1d3faf00be6f3431ef6b711868776afd.zip
Link for the semantic versioner for npm
-rw-r--r--docs/layout-of-source-files.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst
index f4bef82b..2f4f62e3 100644
--- a/docs/layout-of-source-files.rst
+++ b/docs/layout-of-source-files.rst
@@ -1,4 +1,4 @@
-********************************
+`********************************
Layout of a Solidity Source File
********************************
@@ -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 `the semantic versioner for npm <https://docs.npmjs.com/misc/semver>`_.
.. index:: source file, ! import