From 4ac906bccef8167c2d93955b071fa0301632863d Mon Sep 17 00:00:00 2001 From: Michael MacDonald <34051815+Michael2MacDonald@users.noreply.github.com> Date: Thu, 30 Apr 2026 08:35:30 -0700 Subject: [PATCH] Fix link typo in README.md links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a06802f..e5cc85d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Wireless Communication Library (https://www.btframework.com/wcl.htm) includes very usefull function **wclGetErrorInfo()** that can be used by your applications to translate WCL error codes into human readable description. -The function can read errors information from XML file located on our site (https://ww.btframework.com/errors.xml) or from local copy of this file. +The function can read errors information from XML file located on our site (https://www.btframework.com/errors.xml) or from local copy of this file. * Delphi samples is designed for Delphi/CBuilder (RAD Studio) 10 * C++ samples is designed for Visual Studio 2015