From 1ecff05cbab4352439a4ebc71e1300a7661a46a9 Mon Sep 17 00:00:00 2001 From: "Don C. Bigler" Date: Tue, 15 May 2018 10:04:50 -0400 Subject: [PATCH] ENHANCEMENT-FIX: Fixed broken links in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fa79e9..7643fb1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # QtADS The QtADS library contains utility classes for integrating Qt with Beckhoff's [TwinCAT](https://www.beckhoff.com/english.asp?twincat/default.htm) real-time software PLC system using optionally the open-source [ADS library](https://github.com/Beckhoff/ADS) or on Windows operating systems the proprietary ADS library installed with TwinCAT (the default for Windows). -The library only depends on QtCore so it can be used as a [command-line utility](tree/master/tests/qtadstest) without any GUI dependencies. It also works well in both classical [Widgets based desktop](tree/master/example/QtWidgetsADSExample) applications or in QML applications (untested). +The library only depends on QtCore so it can be used as a [command-line utility](https://github.com/Framatome/QtADS/tree/master/tests/qtadstest) without any GUI dependencies. It also works well in both classical [Widgets based desktop](https://github.com/Framatome/QtADS/tree/master/example/QtWidgetsADSExample) applications or in QML applications (untested).