From 7d45f0349aa96fff906d8345c3001e3e269f023d Mon Sep 17 00:00:00 2001 From: Fred Hornsey Date: Thu, 6 Sep 2018 15:55:08 -0500 Subject: [PATCH] Fix link in monitor README --- tools/monitor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/monitor/README.md b/tools/monitor/README.md index c81f3eee1bb..6f8db5d7474 100644 --- a/tools/monitor/README.md +++ b/tools/monitor/README.md @@ -13,7 +13,7 @@ monitor is running. The monitor requires the core OpenDDS libraries so make sure you are able to build them first. It also uses Qt5. To configure Qt5 applications in OpenDDS, please follow the -[OpenDDS Qt5 documentation (DDS\_ROOT/docs/qt.md)](../../../docs/qt.md). +[OpenDDS Qt5 documentation (DDS\_ROOT/docs/qt.md)](../../docs/qt.md). Once configured, the mointor should be able to be built using the target/project named `MonitorApp` but will also be built by default if everything is being built.