diff --git a/docs/source/control.rst b/docs/source/control.rst
index c9500c3c1c4489494a57043183f9c4660cafbf65..fd76042df645f67ac74f82cbbcdb5995176bbb73 100644
--- a/docs/source/control.rst
+++ b/docs/source/control.rst
@@ -61,6 +61,8 @@ To obtain a list of all devices, we need to access the database::
   # Print the device's state.
   print(any_device.state())
 
+.. _rest-api:
+
 ReST API
 ------------------------
 
diff --git a/docs/source/remote_interfaces.rst b/docs/source/remote_interfaces.rst
index 8dea68f92cb69333c9ad20d11575571f07dd87f5..452708cf02cd2afad80626056d15d43097d04625 100644
--- a/docs/source/remote_interfaces.rst
+++ b/docs/source/remote_interfaces.rst
@@ -22,7 +22,7 @@ Futhermore, there are some low-level interfaces:
 +---------------------+--------------+----------------------+-------------------+
 |Timeseries Database  |Prometheus    |http://localhost:9090 |                   |
 +---------------------+--------------+----------------------+-------------------+
-|ReST API             |tango-rest    |http://localhost:8080 |tango-cs/tango     |
+| :ref:`rest-api`     |tango-rest    |http://localhost:8080 |tango-cs/tango     |
 +---------------------+--------------+----------------------+-------------------+
 |Tango Database       |MariaDB       |http://localhost:3306 |tango/tango        |
 +---------------------+--------------+----------------------+-------------------+