From f0244ef2726be812730ffb3bdd26730d8ccad8db Mon Sep 17 00:00:00 2001 From: "molecule-ai[bot]" <276602405+molecule-ai[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2026 15:52:10 +0000 Subject: [PATCH] =?UTF-8?q?fix(docs):=20correct=20broken=20link=20./platfo?= =?UTF-8?q?rm-api.md=20=E2=86=92=20./reference.md=20in=20workspace-files.m?= =?UTF-8?q?dx?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/docs/api/workspace-files.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/api/workspace-files.mdx b/content/docs/api/workspace-files.mdx index a5874fc..634530b 100644 --- a/content/docs/api/workspace-files.mdx +++ b/content/docs/api/workspace-files.mdx @@ -185,7 +185,7 @@ curl -X PUT https://platform.example.com/workspaces/ws-abc123/files/../../etc/pa ## Related -- [Platform API Reference](./platform-api.md) — full API endpoint table +- [Platform API Reference](./reference.md) — full API endpoint table - [Workspace Runtime](../agent-runtime/workspace-runtime.md) — runtime environment model - `workspace-server/internal/handlers/templates.go` — `WriteFile`, `validateRelPath` - `workspace-server/internal/handlers/container_files.go` — `copyFilesToContainer`, `writeViaEphemeral`