From e3fecfd514eaac5cd1cd31da5a683a0b80945871 Mon Sep 17 00:00:00 2001 From: spomichter Date: Thu, 19 Feb 2026 07:39:39 +0000 Subject: [PATCH] docs: fix README API section links to correct docs/usage/ paths All documentation lives under docs/usage/, not docs/api/. Fixed: - Modules, LCM, Blueprints, Configuration, Visualization links - Transports link (now points to docs/usage/transports/index.md) - Data Streams links (both in feature grid and API section) - ROS interop section transport link --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e39446efc2..5b50d72cb1 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ Our goal is to provide an easy-to-install, modern framework for general robotics Agents - Sensor Integrations + Sensor Integrations @@ -64,7 +64,7 @@ Our goal is to provide an easy-to-install, modern framework for general robotics "hey Claude, go to the kitchen"
Watch video -

Sensor Integrations

+

Sensor Integrations

Livox Mid360, Zed @@ -170,13 +170,13 @@ dimos --replay run unitree-go2 ## API -- [Modules](docs/api/modules.md) -- [LCM](docs/api/lcm.md) -- [Blueprints](docs/api/blueprints.md) -- [Transports](docs/api/transports.md) -- [Data Streams](docs/api/data_streams/README.md) -- [Configuration](docs/api/configuration.md) -- [Visualization](docs/api/visualization.md) +- [Modules](docs/usage/modules.md) +- [LCM](docs/usage/lcm.md) +- [Blueprints](docs/usage/blueprints.md) +- [Transports](docs/usage/transports/index.md) +- [Data Streams](docs/usage/data_streams/README.md) +- [Configuration](docs/usage/configuration.md) +- [Visualization](docs/usage/visualization.md) ## Multi Language Support @@ -189,4 +189,4 @@ Check our language interop examples: ## ROS interop -For researchers, we can talk to ROS directly via [ROS Transports](docs/api/transports.md), or host dockerized ROS deployments as first-class DimOS modules, allowing you easy installation and portability +For researchers, we can talk to ROS directly via [ROS Transports](docs/usage/transports/index.md), or host dockerized ROS deployments as first-class DimOS modules, allowing you easy installation and portability