From 7471220cb4f60f0b3740a56b23df1274f22f3338 Mon Sep 17 00:00:00 2001
From: James Ray <james.ray0001@gmail.com>
Date: Sat, 1 Jul 2017 13:29:20 +1000
Subject: [PATCH] Added ref for Getter functions

---
 docs/contracts.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/contracts.rst b/docs/contracts.rst
index 356fa90d8..e9ea1b3be 100644
--- a/docs/contracts.rst
+++ b/docs/contracts.rst
@@ -244,6 +244,7 @@ In the following example, ``D``, can call ``c.getData()`` to retrieve the value
     }
 
 .. index:: ! getter;function, ! function;getter
+.. _getter_functions:
 
 Getter Functions
 ================