From d30db671dce547e0f78a38c83f31c2c5796d1437 Mon Sep 17 00:00:00 2001 From: Suhaas Joshi Date: Sun, 17 Aug 2025 15:24:26 +0530 Subject: [PATCH] readme: Fix broken link to API docs The link to API is broken and leads to "Page Not Found (404)". Replace that link with the correct one. Signed-off-by: Suhaas Joshi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad66bff3..8c2d21bf 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Robot Control Library This package contains the C library and example/testing programs for the Robot Control project. This project began as a hardware interface for the Robotics Cape and later the BeagleBone Blue and was originally called Robotics_Cape_Installer. It grew to include an extensive math library for discrete time feedback control, as well as a plethora of POSIX-compliant functions for timing, threads, program flow, and lots more, all aimed at developing robot control software on embedded computers. -Full API documentation, instruction manual, and examples at . +Full API documentation, instruction manual, and examples at . We encourage questions and discussion in the [Discord #librobotcontrol channel](https://discord.gg/PZUsdBqe).