From 55d3b4611b15c2803e142ebdfe79be21281d0b5b Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Thu, 7 Oct 2021 11:37:38 +0200 Subject: [PATCH] L2SS-434: Fix external links --- docs/source/control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/control.rst b/docs/source/control.rst index 646df84db..9fa847bf6 100644 --- a/docs/source/control.rst +++ b/docs/source/control.rst @@ -1,7 +1,7 @@ Monitoring & Control ======================== -The main API to control the station is through the `Tango Controls https://tango-controls.readthedocs.io/en/latest/` API we expose on port 10000, which is most easily accessed using a `PyTango https://pytango.readthedocs.io/en/stable/client_api/index.html` client. +The main API to control the station is through the `Tango Controls <https://tango-controls.readthedocs.io/en/latest/>`_ API we expose on port 10000, which is most easily accessed using a `PyTango <https://pytango.readthedocs.io/en/stable/client_api/index.html>`_ client. Jupyter Notebooks ------------------------ -- GitLab