From 55e46b8c901abcaceb5df1725f8eb75e6cc4678c Mon Sep 17 00:00:00 2001 From: lukken <lukken@astron.nl> Date: Wed, 16 Mar 2022 08:11:35 +0000 Subject: [PATCH] L2SS-590: Fix broken links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e92ee9f87..09eedaf9a 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ Station Control software related to Tango devices. * [Docker compose documentation](docker-compose/README.md) * [Timescaledb](docker-compose/timescaledb/README.md) * [Jupyter startup files](docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/README.md) - * [Tango Prometheus exporter](docker-compose/tango-prometheus-exporter/ska-tango-grafana-exporter/README.md) + * [Tango Prometheus exporter](https://git.astron.nl/lofar2.0/ska-tango-grafana-exporter) * [ReadTheDocs (Sphinx / ReStructuredText) documentation](tangostationcontrol/docs/README.md) -* [Source code documentation](tangostationcontrol/README.md) +* Source code documentation * [Attribute wrapper documentation](tangostationcontrol/tangostationcontrol/clients/README.md) * [Archiver documentation](tangostationcontrol/tangostationcontrol/toolkit/README.md) * [Adding a new tango device](tangostationcontrol/tangostationcontrol/devices/README.md) -- GitLab