From f38e078ba74c1719dae07fed56f2eab6f047d53c Mon Sep 17 00:00:00 2001 From: Andrew <49165533+OTR@users.noreply.github.com> Date: Sat, 14 Mar 2026 21:29:27 +0300 Subject: [PATCH] Update documentation: change /microagents/README.md to /skills/README.md The documentation referenced an outdated path. Microagents have been renamed to skills in OpenHands terminology, so the documentation should reflect the correct path to the skills architecture documentation. Co-authored-by: openhands --- openhands/usage/developers/development-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openhands/usage/developers/development-overview.mdx b/openhands/usage/developers/development-overview.mdx index f9e73fa59..fb48ec774 100644 --- a/openhands/usage/developers/development-overview.mdx +++ b/openhands/usage/developers/development-overview.mdx @@ -43,7 +43,7 @@ description: This guide provides an overview of the key documentation resources Documentation for the evaluation framework, benchmarks, and performance testing. ### Advanced Features -- **Skills (formerly Microagents) Architecture** (`/microagents/README.md`) +- **Skills (formerly Microagents) Architecture** (`/skills/README.md`) Detailed information about the skills architecture, implementation, and usage. ### Documentation Standards