From c1cfda9f3199527bb0bfb5e60138ae8738115a57 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Thu, 26 Aug 2021 19:28:20 +0800 Subject: [PATCH] fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd79577db..aff91891f 100644 --- a/README.md +++ b/README.md @@ -275,7 +275,7 @@ Try it yourself by loading one of the [examples](https://github.com/GENIVI/CANde ### CAN Signals CANdevStudio provides support for CAN signals handling. [DBC](http://socialledge.com/sjsu/index.php/DBC_Format) database description format is supported. Reverse engineered DBC files can be found in [opendbc](https://github.com/commaai/opendbc) project. -Support for others CAN database formats can be added via extension of [CANdb](www.github.com/GENIVI/CANdb). +Support for others CAN database formats can be added via extension of [CANdb](https://www.github.com/GENIVI/CANdb). #### Sending signals 1. Start new project and setup CanDevice as described in quick start section