From 42a7a74baed62fb244b18d3c94bd70a11d2ec106 Mon Sep 17 00:00:00 2001
From: Jan David Mol <mol@astron.nl>
Date: Thu, 7 Oct 2021 21:43:40 +0200
Subject: [PATCH] L2SS-434: Add and fix hyperlinks

---
 docs/source/devices/configure.rst | 2 +-
 docs/source/devices/using.rst     | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/source/devices/configure.rst b/docs/source/devices/configure.rst
index ba16efcba..ffe21feeb 100644
--- a/docs/source/devices/configure.rst
+++ b/docs/source/devices/configure.rst
@@ -4,7 +4,7 @@ Device Configuration
 The devices receive their configuration from two sources:
 
 - The TangoDB database, for static *properties*,
-- Externally, from the user, or a control system, that set *control attributes*.
+- Externally, from the user, or a control system, that set *control attributes* (see :doc:`devices` for what to set, and :ref:`attributes` for how to set them).
 
 .. _tangodb:
 
diff --git a/docs/source/devices/using.rst b/docs/source/devices/using.rst
index 824d56cff..0fa4a3faa 100644
--- a/docs/source/devices/using.rst
+++ b/docs/source/devices/using.rst
@@ -14,7 +14,7 @@ To access a device, one creates a ``Device`` object. For example::
 
     recv = Device("LTS/RECV/1")
 
-See :doc:`../control` on how and where to execute this code.
+See :doc:`../interfaces/control` on how and where to execute this code.
 
 States
 ------------
@@ -55,7 +55,9 @@ typically involves the following sequence of commands::
   # turn on the device
   device.on()
 
-Of course, the device could go into ``FAULT`` again, even during the ``initialise()`` command, for example because the hardware it manages is unreachable. To debug the fault condition, check the :doc:`../logs` of the device in question.
+Of course, the device could go into ``FAULT`` again, even during the ``initialise()`` command, for example because the hardware it manages is unreachable. To debug the fault condition, check the :doc:`../interfaces/logs` of the device in question.
+
+.. _attributes:
 
 Attributes
 ------------
-- 
GitLab