From 654e35ad59a2dc94fec529c4a11891baf0849617 Mon Sep 17 00:00:00 2001 From: Paul Guenette Date: Wed, 22 Dec 2021 21:49:25 -0500 Subject: [PATCH] Fix can_helpers link --- docs/can-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/can-guide.md b/docs/can-guide.md index e008e940..e960a915 100644 --- a/docs/can-guide.md +++ b/docs/can-guide.md @@ -135,4 +135,4 @@ Instead of manually writing values into the data, we can create a dictionary of The [CAN DBC Example](../tools/can_dbc_example.py) script shows you how this can be used. This is the recommended method of serializing and deserializing. -If you're using C++, then you can use the [CANHelpers](..firmware/communication/../../../Firmware/communication/can/can_helpers.hpp) single-header library to do this instead, although the DBC file isn't used. +If you're using C++, then you can use the [CANHelpers](../Firmware/communication/can/can_helpers.hpp) single-header library to do this instead, although the DBC file isn't used.