docs: i2c: instantiating-devices: fix internal hyperlink

Use ReST syntax so that a proper hyperlink is generated.

Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: Jean Delvare <jdelvare@suse.de>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
This commit is contained in:
Luca Ceresoli 2020-01-29 16:19:45 +01:00 committed by Wolfram Sang
parent 95b83774e3
commit 4f71daf629

View File

@ -86,7 +86,7 @@ Method 1c: Declare the I2C devices via ACPI
-------------------------------------------
ACPI can also describe I2C devices. There is special documentation for this
which is currently located at Documentation/firmware-guide/acpi/enumeration.rst.
which is currently located at :doc:`../firmware-guide/acpi/enumeration`.
Method 2: Instantiate the devices explicitly