diff --git a/AGENTS.md b/AGENTS.md index 7ac1882..c7db1ab 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -163,5 +163,5 @@ PR titles must follow [Conventional Commits](https://www.conventionalcommits.org - [CONTRIBUTING.md](./CONTRIBUTING.md) — human contributor guidelines, full development environment setup - [SECURITY.md](./SECURITY.md) — vulnerability reporting - [README.md](./README.md) — product overview, configuration, supported commands -- [Command Reference](https://strandsagents.com/docs/user-guide/shell-sdk/commands/) — per-command status and known gaps +- [Command Reference](https://strandsagents.com/docs/user-guide/shell/commands/) — per-command status and known gaps - [Strands Agents Documentation](https://strandsagents.com/) diff --git a/README.md b/README.md index 5e3dcfd..24929b8 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@
- Documentation + Documentation ◆ MCP Server ◆ Python ◆ Node.js @@ -209,7 +209,7 @@ Out of the box, the shell is an empty sandbox — no files, no network, no crede The commands agents use constantly: `grep`, `find`, `cat`, `head`, `tail`, `jq` for reading and searching. `sed`, `sort`, `tr`, `cut` for transforming output. `cp`, `mv`, `rm`, `mkdir` for managing files. `curl` for HTTP (SSRF-guarded, credentials auto-injected). `lua` for scripting when shell gets awkward. -The [full command reference](https://strandsagents.com/docs/user-guide/shell-sdk/commands/) has the inventory with implementation status, supported flags, and known gaps vs GNU coreutils. +The [full command reference](https://strandsagents.com/docs/user-guide/shell/commands/) has the inventory with implementation status, supported flags, and known gaps vs GNU coreutils. ## File Operations API