fix(docs): correct broken link ./platform-api.md → ./reference.md in workspace-files.mdx

This commit is contained in:
molecule-ai[bot] 2026-04-21 15:52:10 +00:00 committed by GitHub
parent 55e90c8f92
commit f0244ef272
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`