Skip to content

Commit dcf4740

Browse files
authored
chore: update documentation urls to latest paths (#35)
1 parent 831ca83 commit dcf4740

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,5 +163,5 @@ PR titles must follow [Conventional Commits](https://www.conventionalcommits.org
163163
- [CONTRIBUTING.md](./CONTRIBUTING.md) — human contributor guidelines, full development environment setup
164164
- [SECURITY.md](./SECURITY.md) — vulnerability reporting
165165
- [README.md](./README.md) — product overview, configuration, supported commands
166-
- [Command Reference](https://strandsagents.com/docs/user-guide/shell-sdk/commands/) — per-command status and known gaps
166+
- [Command Reference](https://strandsagents.com/docs/user-guide/shell/commands/) — per-command status and known gaps
167167
- [Strands Agents Documentation](https://strandsagents.com/)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
</div>
2222

2323
<p>
24-
<a href="https://strandsagents.com/docs/user-guide/shell-sdk/">Documentation</a>
24+
<a href="https://strandsagents.com/docs/user-guide/shell/">Documentation</a>
2525
◆ <a href="#mcp-server">MCP Server</a>
2626
◆ <a href="#python">Python</a>
2727
◆ <a href="#nodejs">Node.js</a>
@@ -209,7 +209,7 @@ Out of the box, the shell is an empty sandbox — no files, no network, no crede
209209

210210
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.
211211

212-
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.
212+
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.
213213

214214
## File Operations API
215215

0 commit comments

Comments
 (0)