From 2d1d07c3a7bc1774090beed05f28b4211732da9e Mon Sep 17 00:00:00 2001 From: chriseth Date: Mon, 19 Jun 2017 12:02:03 +0200 Subject: [PATCH] Update layout-of-source-files.rst --- docs/layout-of-source-files.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 2f4f62e3c..e4b403f66 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 `the semantic versioner for npm `_. +the expression follows those used by `npm `_. .. index:: source file, ! import