From 4c34adb799c4a4e6685e1ded414053604aa9a1d1 Mon Sep 17 00:00:00 2001 From: Alex Beregszaszi Date: Thu, 16 Mar 2017 00:42:42 +0000 Subject: Add link to version pragma --- docs/installing-solidity.rst | 2 +- docs/layout-of-source-files.rst | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 `. diff --git a/docs/layout-of-source-files.rst b/docs/layout-of-source-files.rst index 1e27b7c0..32b806ca 100644 --- a/docs/layout-of-source-files.rst +++ b/docs/layout-of-source-files.rst @@ -7,6 +7,8 @@ and pragma directives. .. index:: ! pragma, version +.. _version_pragma: + Version Pragma ============== -- cgit