[PATCH v2 20/28] docs: i2c: instantiating-devices: fix internal hyperlink

From: Luca Ceresoli
Date: Thu Jan 23 2020 - 09:58:57 EST


Use ReST syntax so that a proper hyperlink is generated.

Signed-off-by: Luca Ceresoli <luca@xxxxxxxxxxxxxxxx>
Reviewed-by: Jean Delvare <jdelvare@xxxxxxx>

---

Changes in v2:
- remove space before dot (Jean Delvare)
---
Documentation/i2c/instantiating-devices.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/i2c/instantiating-devices.rst b/Documentation/i2c/instantiating-devices.rst
index 53244e2f0378..e823c4ad4e7f 100644
--- a/Documentation/i2c/instantiating-devices.rst
+++ b/Documentation/i2c/instantiating-devices.rst
@@ -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
--
2.25.0