From 701b552b185d58c0eb016b4fd25a62ced0b5b41f Mon Sep 17 00:00:00 2001 From: akhiljain23 Date: Tue, 24 Apr 2018 12:15:12 +0530 Subject: [PATCH] Fixing link in docs Reference link was not working properly. Change-Id: Ib7b80f7eb7aa0e689b1e580d1b7061ee8a88d2e6 --- doc/source/user/cloudservices.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/source/user/cloudservices.rst b/doc/source/user/cloudservices.rst index 7b72ade88..200dbb168 100644 --- a/doc/source/user/cloudservices.rst +++ b/doc/source/user/cloudservices.rst @@ -46,6 +46,8 @@ Once the driver is available, you install it into Congress, you configure it (such as with an IP address/port/username), and you write policy that references the tables populated by that driver. +.. _driver-installation: + 2.1 Driver installation ----------------------- All the existing drivers would be automatically loaded by congress on startup. @@ -224,7 +226,7 @@ The following steps detail how to implement a polling datasource driver. API results along with the tables that were generated. To install and test the newly written driver, please follow the new driver -installation procedure mentioned in :ref: `Driver installation ` +installation procedure mentioned in :ref:`Driver installation ` section.