Fixing link in docs

Reference link was not working properly.

Change-Id: Ib7b80f7eb7aa0e689b1e580d1b7061ee8a88d2e6
This commit is contained in:
akhiljain23 2018-04-24 12:15:12 +05:30
parent 5854127932
commit 701b552b18
1 changed files with 3 additions and 1 deletions

View File

@ -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 <driver-installation>`
installation procedure mentioned in :ref:`Driver installation <driver-installation>`
section.