From 87572e0b7592051c11536b57333d08e228712d93 Mon Sep 17 00:00:00 2001 From: geeth345 <92386308+geeth345@users.noreply.github.com> Date: Tue, 13 Aug 2024 18:34:46 +0100 Subject: [PATCH] Update README.md to fix dead link (#1996) Changed C++ library link to reflect boardd -> pandad change --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b9853e5908..dcef0c6439 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The panda jungle uses different udev rules. See [the repo](https://github.com/co As a universal car interface, it should support every reasonable software interface. - [Python library](https://github.com/commaai/panda/tree/master/python) -- [C++ library](https://github.com/commaai/openpilot/tree/master/selfdrive/boardd) +- [C++ library](https://github.com/commaai/openpilot/tree/master/selfdrive/pandad) - [socketcan in kernel](https://github.com/commaai/panda/tree/master/drivers/linux) (alpha) ## Licensing